13 lines
168 B
Makefile
13 lines
168 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
FILES= system.dns
|
||
|
FILES+= system.grp
|
||
|
FILES+= system.pwd
|
||
|
FILES+= system.random
|
||
|
FILES+= system.sysctl
|
||
|
|
||
|
NO_OBJ=
|
||
|
FILESDIR= /etc/casper
|
||
|
|
||
|
.include <bsd.prog.mk>
|