mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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.
12 lines
152 B
Makefile
12 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>
|