mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
9 lines
181 B
Makefile
9 lines
181 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
FILES= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
|
||
|
BSD.var.dist BSD.x11-4.dist BSD.x11.dist
|
||
|
NOOBJ= noobj
|
||
|
FILESDIR= /etc/mtree
|
||
|
|
||
|
.include <bsd.prog.mk>
|