freebsd-skq/etc/namedb/Makefile
dougb c2485b20cb Add a namedb/master directory for the zone files I'm about to add,
and switch to the more "normal" way of installing files for the
namedb directory so that we can pick up the new subdir.
2007-06-18 05:44:38 +00:00

12 lines
128 B
Makefile

# $FreeBSD$
SUBDIR= master
FILES= named.conf named.root
NO_OBJ=
FILESDIR= /etc/namedb
FILESMODE= 644
.include <bsd.prog.mk>