summaryrefslogtreecommitdiff
path: root/livewatch/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2011-03-16 11:02:48 +0000
committerDimitri Sokolyuk <demon@dim13.org>2011-03-16 11:02:48 +0000
commit3d165c323e100719e1344c682476cebcee543b5b (patch)
treeafd1815b383db93b803413039486f233befe5d01 /livewatch/Makefile
parentdf1caf8ba43bc64346e370a37278c273bbc6c429 (diff)
livewatch.de
Diffstat (limited to 'livewatch/Makefile')
-rw-r--r--livewatch/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/livewatch/Makefile b/livewatch/Makefile
new file mode 100644
index 0000000..c4b4310
--- /dev/null
+++ b/livewatch/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= livewatch
+DEBUG+= -Wall
+NOMAN=
+BINDIR= /var/www/cgi-bin
+
+.include <bsd.prog.mk>