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
9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
FICL32=
|
|
FICLDIR= ${.CURDIR}/../ficl
|
|
|
|
.PATH: ${FICLDIR}
|
|
|
|
.include "${FICLDIR}/Makefile"
|