summaryrefslogtreecommitdiff
path: root/textclock/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-09-09 16:49:11 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-09-09 16:49:11 +0000
commit2b0586e8c2f6d705a02e4103a12b9a2557f0e69f (patch)
tree7f5ba6f3a483e1cd61c6b43a3c40d637c94bff9e /textclock/Makefile
parentb3fbacb3aeb0df647b8411b21178362c66aab7e4 (diff)
text clock
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>