mirror of
https://github.com/opnsense/src.git
synced 2026-06-27 09:23:06 -04:00
Make it obvious to users that the system is booting into the installer. Reviewed by: kevans, manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51001
34 lines
503 B
Makefile
34 lines
503 B
Makefile
.include <bsd.init.mk>
|
|
|
|
MAN= loader.conf.lua.5 \
|
|
cli.lua.8 \
|
|
color.lua.8 \
|
|
config.lua.8 \
|
|
core.lua.8 \
|
|
drawer.lua.8 \
|
|
gfx.lua.8 \
|
|
hook.lua.8 \
|
|
loader.lua.8 \
|
|
menu.lua.8 \
|
|
password.lua.8 \
|
|
screen.lua.8
|
|
|
|
FILESDIR= ${LUAPATH}
|
|
FILES= cli.lua \
|
|
color.lua \
|
|
config.lua \
|
|
core.lua \
|
|
drawer.lua \
|
|
hook.lua \
|
|
loader.lua \
|
|
gfx-beastie.lua \
|
|
gfx-beastiebw.lua \
|
|
gfx-fbsdbw.lua \
|
|
gfx-install.lua \
|
|
gfx-orb.lua \
|
|
gfx-orbbw.lua \
|
|
menu.lua \
|
|
password.lua \
|
|
screen.lua
|
|
|
|
.include <bsd.prog.mk>
|