aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 91079da..4a9e34d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# $Id$
-PROG= watch
-BINDIR= /usr/local/bin
-MAN= watch.1
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+PROG= watch
+BINDIR= /usr/local/bin
+MAN= watch.1
+DPADD= ${LIBCURSES}
+LDADD= -lcurses
. include <bsd.prog.mk>