1# $FreeBSD$
2
3PROG=	watch
4MAN=	watch.8
5
6WARNS?=	2
7
8DPADD=	${LIBTERMCAP}
9LDADD=	-ltermcap
10
11.include <bsd.prog.mk>
12