]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/Makefile
Add the lua scripts from the lua-bootloader SoC
[FreeBSD/FreeBSD.git] / stand / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR+=                libsa
6 .if ${MK_FORTH} != "no"
7 # Build the add-in FORTH interpreter.
8 SUBDIR+=                ficl
9 SUBDIR+=                forth
10 .endif
11 .if ${MK_LOADER_LUA} != "no"
12 SUBDIR+=                liblua
13 SUBDIR+=                lua
14 .endif
15
16 SUBDIR+=                man
17
18 .include <bsd.arch.inc.mk>
19
20 .if exists(${.CURDIR}/${MACHINE}/.)
21 SUBDIR+=                ${MACHINE}
22 .endif
23
24 .include <bsd.subdir.mk>