mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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>
|