summaryrefslogtreecommitdiff
path: root/livewatch/Makefile
diff options
context:
space:
mode:
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>