summaryrefslogtreecommitdiff
path: root/math/Makefile
blob: 9278b34826f566f50f034d3f500e1bc4e52af0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>