aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-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 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 <bsd.prog.mk>