aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/lua/Makefile')
-rw-r--r--stand/lua/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/stand/lua/Makefile b/stand/lua/Makefile
index fe6fd6f63c8e..d319261e18b2 100644
--- a/stand/lua/Makefile
+++ b/stand/lua/Makefile
@@ -1,13 +1,14 @@
-# $FreeBSD$
-
.include <bsd.init.mk>
-MAN= cli.lua.8 \
+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
@@ -23,6 +24,7 @@ FILES= cli.lua \
gfx-beastie.lua \
gfx-beastiebw.lua \
gfx-fbsdbw.lua \
+ gfx-install.lua \
gfx-orb.lua \
gfx-orbbw.lua \
menu.lua \