opnsense-src/stand/lua/Makefile
Joseph Mingrone ac7a19d41e
lualoader: Add distinct brand for installer
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
2025-06-24 12:11:15 -03:00

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>