]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/watch/Makefile
MFC r344245:
[FreeBSD/stable/10.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>