mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
f52150f696
install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
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>
|