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

FILES=	domain.db localhost.rev reverse.db root.cache

tags depend:

install: beforeinstall

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

.include "../../Makefile.inc"
.include <bsd.prog.mk>
