]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/lua/Makefile
Add the lua scripts from the lua-bootloader SoC
[FreeBSD/FreeBSD.git] / stand / lua / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 BINDIR= /boot/lua
6 FILES=  color.lua \
7         config.lua \
8         core.lua \
9         drawer.lua \
10         loader.lua \
11         menu.lua \
12         password.lua \
13         screen.lua
14
15 .include <bsd.prog.mk>