mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
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
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
FICL32=
|
|
FICLDIR= ${.CURDIR}/../ficl
|
|
|
|
.PATH: ${FICLDIR}
|
|
|
|
.include "${FICLDIR}/Makefile"
|