summaryrefslogtreecommitdiff
path: root/textclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textclock/Makefile')
-rw-r--r--textclock/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/textclock/Makefile b/textclock/Makefile
new file mode 100644
index 0000000..c1ff3a4
--- /dev/null
+++ b/textclock/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= textclock
+CFLAGS+= -Wall
+NOMAN=
+BINDIR= /var/www/cgi-bin
+
+.include <bsd.prog.mk>