aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-09-02 23:38:58 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-09-02 23:38:58 +0000
commit96169cfebdc37b323b2ef4ef4d162357d92a4077 (patch)
tree3c333a0fa21276ebf4b543955f7a1bcb41e8b040 /usr.sbin/watch
parent64dc51ab2ebefeba3060e8dd0e851ebeb5c122b3 (diff)
Notes
Diffstat (limited to 'usr.sbin/watch')
-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>