mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
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>
|