nant's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/OPENSSL'
[dragonfly.git]
/
usr.sbin
/
tzsetup
/
Makefile
1
# $FreeBSD: src/usr.sbin/tzsetup/Makefile,v 1.10.2.1 2001/04/25 12:11:07 ru Exp $
2
3
PROG= tzsetup
4
MAN= tzsetup.8
5
WARNS?= 3
6
7
DPADD= ${LIBDIALOG} ${LIBM} ${LIBNCURSESW}
8
LDADD= -ldialog -lm -lncursesw
9
10
.include <bsd.prog.mk>