blob: 6b1064dc181578d21adda217349cce25d4f83708 (
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
|
.include <bsd.init.mk>
MAN= loader.conf.lua.5 \
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>
|