diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 7a9f602d97b0..12e44fcfb282 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,6 +1,9 @@ +# $Id$ + PROG= watch MAN8= watch.8 BINMODE=500 -LDADD= -ltermcap +LDADD+= -ltermcap +DPADD+= ${LIBTERMCAP} .include