aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-02-04 07:23:14 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-02-04 07:23:14 +0000
commit20c88f1bf5a0aa64d14bf8ae6c28f2afb7a9d138 (patch)
tree9843d190051e872682f0c0e8aeabea9e64e9fc82
parent5ddf87bde473402dd28f19ec6df902526db04bda (diff)
fix typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b9b1f8..91079da 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
PROG= watch
BINDIR= /usr/local/bin
MAN= watch.1
-PDADD= ${LIBCURSES}
+DPADD= ${LIBCURSES}
LDADD= -lcurses
. include <bsd.prog.mk>