mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -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
c6cca33809
commit
e9f83ca347
1 changed files with 8 additions and 0 deletions
8
etc/mtree/Makefile
Normal file
8
etc/mtree/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
FILES= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
|
||||
BSD.var.dist BSD.x11-4.dist BSD.x11.dist
|
||||
NOOBJ= noobj
|
||||
FILESDIR= /etc/mtree
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue