summaryrefslogtreecommitdiff
path: root/math/mkdb/Makefile
diff options
context:
space:
mode:
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>