aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-08-14 00:35:27 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-08-14 00:35:27 +0000
commit4d72d741a66ebac700d067c623a5c050e416de14 (patch)
tree67cceb4c8d3075ec159ffc05021e463360ebcc49 /Makefile
parent20c88f1bf5a0aa64d14bf8ae6c28f2afb7a9d138 (diff)
indent
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>