Added this makefile. This is not attached to the build yet. I often

install parts of /etc manually and it helps to have a makefile for
each subdir even if the main makefile doesn't invoke it.
This commit is contained in:
Bruce Evans 2002-01-30 09:27:03 +00:00
parent 6a5a5f48e7
commit f52150f696
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89976
2 changed files with 16 additions and 0 deletions

8
etc/defaults/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $FreeBSD$
FILES= pccard.conf periodic.conf rc.conf
NOOBJ= noobj
FILESDIR= /etc/defaults
FILESMODE= 644
.include <bsd.prog.mk>

8
etc/namedb/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $FreeBSD$
FILES= PROTO.localhost.rev named.conf named.root make-localhost
NOOBJ= noobj
FILESDIR= /etc/namedb
FILESMODE= 644
.include <bsd.prog.mk>