]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/Makefile.amd64
Add Lua as a scripting langauge to /boot/loader
[FreeBSD/FreeBSD.git] / stand / Makefile.amd64
1 # $FreeBSD$
2
3 SUBDIR+=                libsa32
4 .if ${MK_ZFS} != "no"
5 SUBDIR+=                zfs zfs32
6 .endif
7 .if ${MK_FORTH} != "no"
8 SUBDIR+=                ficl32
9 .endif
10 .if ${MK_LOADER_LUA} != "no"
11 SUBDIR+=                liblua32
12 .endif
13
14 SUBDIR+=                efi
15 SUBDIR+=                userboot
16
17 .if ${MK_LOADER_GELI} == "yes"
18 SUBDIR+=                geli
19 .endif
20
21 SUBDIR+=                i386