bc998fd6f4
and switch to the more "normal" way of installing files for the namedb directory so that we can pick up the new subdir.
12 lines
128 B
Makefile
12 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= master
|
|
|
|
FILES= named.conf named.root
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/namedb
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|