freebsd-skq/stand/defaults/Makefile
Warner Losh b6955dfd92 Go back to one loader.conf
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.
2018-02-26 03:16:47 +00:00

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>