mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \
|
|
make-localhost
|
|
NOOBJ= noobj
|
|
FILESDIR= /etc/namedb
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|