mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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:
parent
6a5a5f48e7
commit
f52150f696
2 changed files with 16 additions and 0 deletions
8
etc/defaults/Makefile
Normal file
8
etc/defaults/Makefile
Normal 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
8
etc/namedb/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue