aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/Makefile
blob: fe6fd6f63c8eed608bb0fae1adfa5c5991b4e899 (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
# $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=	${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>