This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-26 00:27:08 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0f79b5d72b
opnsense-src
/
sys
/
boot
/
ficl32
/
Makefile
9 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 00:22:14 -05:00
# $FreeBSD$
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 17:18:03 -04:00
FICL32
=
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 00:22:14 -05:00
FICLDIR
=
${
.CURDIR
}
/../ficl
.PATH
:
${
FICLDIR
}
.
i
n
c
l
u
d
e
"${FICLDIR}/Makefile"
Reference in a new issue
Copy permalink