freebsd-dev/sys/boot/ficl64/Makefile
Rui Paulo e19caad7b1 Build a 64 bit version of the FICL library. This is need for a 64 bit
EFI bootloader (amd64 only for now).

This is not yet connected to the build.
2012-12-21 05:22:14 +00:00

9 lines
100 B
Makefile

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