summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.bsd-wrapper9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
new file mode 100644
index 0000000..1147eaa
--- /dev/null
+++ b/Makefile.bsd-wrapper
@@ -0,0 +1,9 @@
+# $Id$
+
+CFLAGS+= -Wall
+PROG= tekclock
+SRCS= tekclock.c tekplot.c
+LDFLAGS+= -lm
+NOMAN=
+
+. include <bsd.prog.mk>