opnsense-src/stand/lua/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

33 lines
484 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-orb.lua \
gfx-orbbw.lua \
menu.lua \
password.lua \
screen.lua
.include <bsd.prog.mk>