mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -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
130 B
Makefile
8 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= pccard.conf periodic.conf rc.conf
|
|
NOOBJ= noobj
|
|
FILESDIR= /etc/defaults
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|