]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/tzsetup/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / tzsetup / Makefile
1 # $FreeBSD$
2
3 PROG=   tzsetup
4 MAN=    tzsetup.8
5
6 CFLAGS+= -I${.CURDIR}/../../contrib/dialog -I.
7
8 WARNS?= 3
9
10 DPADD=  ${LIBDIALOG} ${LIBNCURSESW} ${LIBM}
11 LDADD=  -ldialog -lncursesw -lm
12
13 .include <bsd.prog.mk>