04555dfd89
The 32-bit bootloaders on amd64 now use the 32-bit version in ficl32, as is done with libstand32. The native 64-bit ficl will be used by the upcoming UEFI loader. Sponsored by: The FreeBSD Foundation
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libstand32
|
|
SUBDIR+= zfs
|
|
SUBDIR+= userboot
|
|
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|