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>
|