c732f30398
the src/etc makefile. This list was used to manually install the files from src/etc. Instead, simply change directory and 'make install'. o There is no reason for the files in src/etc/defaults to be installed as writeable. Reviewed by: ru
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= devfs.rules pccard.conf periodic.conf rc.conf
|
|
NOOBJ= noobj
|
|
FILESDIR= /etc/defaults
|
|
FILESMODE= 444
|
|
|
|
.include <bsd.prog.mk>
|