bc998fd6f4
and switch to the more "normal" way of installing files for the namedb directory so that we can pick up the new subdir.
10 lines
148 B
Makefile
10 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>
|