#	BSDI Makefile,v 2.1 1995/02/03 17:08:23 polk Exp

FILES=	dns_aliases.cf dns_data.cf dns_soa.cf netstart.cf passwd.cf www.cf

tags depend:

install: beforeinstall

beforeinstall:
	for f in ${FILES}; do \
		install -c -o root -g ${BINGRP} -m 640 \
			${.CURDIR}/$$f ${DESTDIR}/${DATADIR}; \
	done

.include <bsd.prog.mk>
