HAMMER VFS - Major retooling of the refcount mechanics, and fix a deadlock
[dragonfly.git] / usr.sbin / watch / Makefile
blob297578f82ecf1e92d4b0c6e2c4a1e627f63cd0b1
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.4 2007/09/13 13:55:35 swildner Exp $
4 PROG= watch
5 MAN= watch.8
7 LDADD= -ltermcap
8 DPADD= ${LIBTERMCAP}
10 .include <bsd.prog.mk>