summaryrefslogtreecommitdiff
path: root/math/math
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2006-08-09 13:01:38 +0000
committerDimitri Sokolyuk <demon@dim13.org>2006-08-09 13:01:38 +0000
commite7803f7520bd591c37557ffd853dd40541854357 (patch)
tree36274a7799df7ea2805dbda7e9c20beefb773612 /math/math
parent4df8b4b8a702768352cc1df07d00f975a98bb0bd (diff)
Maple Worksheet repository CGI frontend
Diffstat (limited to 'math/math')
-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>