#	BSDI Makefile,v 2.1 1995/02/03 17:09:01 polk Exp

FILES=	index.html named.boot netstart
SUBDIR=	namedb

tags depend:

install: beforeinstall _PROGSUBDIR

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

.include <bsd.prog.mk>
