freebsd-dev/stand/lua/Makefile
Kyle Evans b991b318d4 lualoader: Install all manpages
Now that a complete set is written, save for one describing loader.lua,
install all of them. This was not previously done as they were written to
hopefully avoid confusion as bits and pieces of the overall system were
undocumented.
2018-08-20 02:40:10 +00:00

33 lines
451 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
MAN= cli.lua.8 \
color.lua.8 \
config.lua.8 \
core.lua.8 \
drawer.lua.8 \
hook.lua.8 \
menu.lua.8 \
password.lua.8 \
screen.lua.8
FILESDIR= /boot/lua
FILES= cli.lua \
color.lua \
config.lua \
core.lua \
drawer.lua \
hook.lua \
loader.lua \
logo-beastie.lua \
logo-beastiebw.lua \
logo-fbsdbw.lua \
logo-orb.lua \
logo-orbbw.lua \
menu.lua \
password.lua \
screen.lua
.include <bsd.prog.mk>