mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -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.
9 lines
148 B
Makefile
9 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= empty.db localhost-forward.db localhost-reverse.db
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/namedb/master
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|