summaryrefslogtreecommitdiff
path: root/math/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/math/Makefile')
-rw-r--r--math/math/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/math/Makefile b/math/math/Makefile
new file mode 100644
index 0000000..d2a56fc
--- /dev/null
+++ b/math/math/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+
+PROG= index.cgi
+SRCS= math.c metadb.c query.c
+NOMAN=
+
+.include <bsd.prog.mk>