summaryrefslogtreecommitdiff
path: root/math/mkdb/Makefile
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/mkdb/Makefile
parent4df8b4b8a702768352cc1df07d00f975a98bb0bd (diff)
Maple Worksheet repository CGI frontend
Diffstat (limited to 'math/mkdb/Makefile')
-rw-r--r--math/mkdb/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/mkdb/Makefile b/math/mkdb/Makefile
new file mode 100644
index 0000000..043647a
--- /dev/null
+++ b/math/mkdb/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+
+PROG= mkdb
+SRCS= crc.c metadb.c mkdb.c readmeta.c
+NOMAN=
+
+.include <bsd.prog.mk>