mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
89181f2038
NO_OBJ. Also, make sure the loader.conf.5 man gets built and installed.
11 lines
140 B
Makefile
11 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
FILES+= loader.conf
|
|
MAN+= loader.conf.5
|
|
|
|
FILESDIR_loader.conf= /boot/defaults
|
|
|
|
.include <bsd.prog.mk>
|