]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/tzsetup/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.sbin / tzsetup / Makefile
1 # $FreeBSD$
2
3 PROG=   tzsetup
4 MAN=    tzsetup.8
5
6 CFLAGS+= -I${.CURDIR}
7
8 DPADD=  ${LIBDIALOG} ${LIBNCURSES}
9 LDADD=  -ldialog -lncurses
10
11 .include <bsd.prog.mk>