mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
8 lines
181 B
Makefile
8 lines
181 B
Makefile
# $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>
|