b6955dfd92
We really only need one loader.conf. The other loader.conf was created because the current one took forever to parse in FORTH. That will be fixed in the next commit.
13 lines
152 B
Makefile
13 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
FILES+= loader.conf
|
|
FILES+= loader.conf.5
|
|
|
|
FILESDIR_loader.conf= /boot/defaults
|
|
|
|
.include <bsd.prog.mk>
|