e19caad7b1
EFI bootloader (amd64 only for now). This is not yet connected to the build.
9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
FICL64=
|
|
FICLDIR= ${.CURDIR}/../ficl
|
|
|
|
.PATH: ${FICLDIR}
|
|
|
|
.include "${FICLDIR}/Makefile"
|