summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/watch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
index 7a9f602..12e44fc 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud