mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= tzsetup
|
|
MAN= tzsetup.8
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
LDADD= -ldialog -lncurses
|
|
DPADD= ${LIBDIALOG} ${LIBNCURSES}
|
|
|
|
.include <bsd.prog.mk>
|