mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
FILES= PROTO.localhost.rev named.conf named.root make-localhost
|
||
|
NOOBJ= noobj
|
||
|
FILESDIR= /etc/namedb
|
||
|
FILESMODE= 644
|
||
|
|
||
|
.include <bsd.prog.mk>
|