mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
and switch to the more "normal" way of installing files for the namedb directory so that we can pick up the new subdir.
11 lines
128 B
Makefile
11 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= master
|
|
|
|
FILES= named.conf named.root
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/namedb
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|