]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/tzsetup/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.sbin / tzsetup / Makefile
1 # $FreeBSD$
2
3 PROG=   tzsetup
4 MAN=    tzsetup.8
5
6 CFLAGS+= -I${.CURDIR}/../../gnu/lib/libodialog -I.
7
8 WARNS?= 3
9
10 DPADD=  ${LIBODIALOG} ${LIBNCURSES}
11 LDADD=  -lodialog -lncurses
12
13 .include <bsd.prog.mk>