aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6012e8e..533ce7a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
PROG= watch
BINDIR= /usr/local/bin
-MAN= watch.1
+NOMAN= watch.1
+PDADD= ${LIBCURSES}
+LDADD= -lcurses
. include <bsd.prog.mk> \ No newline at end of file