mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
a8f8c53761
Now that the fb_* and term_* functions are available in the gfx table, move the documentation to gfx.lua.8. Add information about backwards compatibility. Sponsored by: Netflix Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D43907
35 lines
485 B
Makefile
35 lines
485 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>
|