Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / watch / Makefile
1 # $FreeBSD: src/usr.sbin/watch/Makefile,v 1.8.2.2 2002/03/11 01:26:42 dd Exp $
2 # $DragonFly: src/usr.sbin/watch/Makefile,v 1.2 2003/06/17 04:30:04 dillon Exp $
3
4 PROG=   watch
5 MAN=    watch.8
6
7 WARNS?= 2
8 NO_WERROR=      yes
9
10 LDADD=  -ltermcap
11 DPADD=  ${LIBTERMCAP}
12
13 .include <bsd.prog.mk>