]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/Makefile.amd64
Move EFI up to common makefile. There's no need for all these .if's
[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+=                userboot
15
16 .if ${MK_LOADER_GELI} == "yes"
17 SUBDIR+=                geli
18 .endif
19
20 SUBDIR+=                i386