diff options
Diffstat (limited to 'sys/boot/Makefile.amd64')
| -rw-r--r-- | sys/boot/Makefile.amd64 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/Makefile.amd64 b/sys/boot/Makefile.amd64 index c8da2478d908..08f9f50d88d4 100644 --- a/sys/boot/Makefile.amd64 +++ b/sys/boot/Makefile.amd64 @@ -1,16 +1,16 @@ # $FreeBSD$ -SUBDIR+= efi SUBDIR+= libsa32 -SUBDIR+= zfs +SUBDIR+= zfs zfs32 +.if ${MK_FORTH} != "no" +SUBDIR+= ficl32 +.endif + +SUBDIR+= efi SUBDIR+= userboot .if ${LOADER_GELI_SUPPORT:Uyes} == "yes" SUBDIR+= geli .endif -.if ${MK_FORTH} != "no" -SUBDIR+= ficl32 -.endif - SUBDIR+= i386 |
