Merge commit 'brent/register_phys_mem'
[freebsd-src/fkvm-freebsd.git] / usr.sbin / watch / Makefile
blobe8a8ea6ab6982f1c76a31860e85ea21f0f9b4c02
1 # $FreeBSD$
3 PROG= watch
4 MAN= watch.8
6 WARNS?= 2
8 DPADD= ${LIBTERMCAP}
9 LDADD= -ltermcap
11 .include <bsd.prog.mk>