mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|