freebsd-dev/sys/boot/ficl32/Makefile
Ed Maste 04555dfd89 Build boot/ficl as 64-bit library on amd64
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
2014-04-03 21:18:03 +00:00

9 lines
100 B
Makefile

# $FreeBSD$
FICL32=
FICLDIR= ${.CURDIR}/../ficl
.PATH: ${FICLDIR}
.include "${FICLDIR}/Makefile"