aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:50:55 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:50:55 +0000
commit15f68b8e1f357e17169f808a373d01638bfc0d85 (patch)
treed91903582b820d0baa3471ec0832e59e30c07446 /Makefile
parentfaa7db5a97695b45e574e5e40a5d1ec3060afe49 (diff)
using curses
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