summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
new file mode 100644
index 0000000..9278b34
--- /dev/null
+++ b/math/Makefile
@@ -0,0 +1,13 @@
+# $Id$
+
+.include "Makefile.inc"
+
+.include <bsd.own.mk>
+
+SUBDIR= mkdb math
+
+beforeinstall:
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ math.css ${BINDIR}/..
+
+.include <bsd.subdir.mk>