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