#	BSDI	Makefile,v 1.1 1995/12/06 04:24:22 sanders Exp
#
NOMAN=noman
NOOBJ=noobj

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
		mime.types ${DESTDIR}${WWWCONFDIR}/
	install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
		access.conf-dist ${DESTDIR}${WWWCONFDIR}/access.conf
	install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
		httpd.conf-dist ${DESTDIR}${WWWCONFDIR}/httpd.conf
	install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
		srm.conf-dist ${DESTDIR}${WWWCONFDIR}/srm.conf

.include <bsd.prog.mk>
