aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/Makefile
blob: d319261e18b28f35195cf7fb6c4c065542d2516a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.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>