From 96169cfebdc37b323b2ef4ef4d162357d92a4077 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Sep 1996 23:38:58 +0000 Subject: [PATCH] Set ${DPADD}, use +=, add $Id$ --- usr.sbin/watch/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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