]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/watch/Makefile
MFC r226549,r226550,r226551,r226552,r226553,r226554,r226568,r226569,r226611,
[FreeBSD/releng/9.0.git] / usr.sbin / watch / Makefile
1 # $FreeBSD$
2
3 PROG=   watch
4 MAN=    watch.8
5
6 WARNS?= 2
7
8 DPADD=  ${LIBTERMCAP}
9 LDADD=  -ltermcap
10
11 .include <bsd.prog.mk>