summaryrefslogtreecommitdiff
path: root/math/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/Makefile
parent4df8b4b8a702768352cc1df07d00f975a98bb0bd (diff)
Maple Worksheet repository CGI frontend
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>