mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
In preparation for supporting 64-bit machines with 32-bit UEFI firmware,
add a 32-bit variant of libefi since we need to compile both the 64-bit
version and the 32-bit version at the same time.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1098
(cherry picked from commit f0d5b1bdf0)
4 lines
77 B
Makefile
4 lines
77 B
Makefile
DO32=1
|
|
|
|
.PATH: ${.CURDIR}/../libefi
|
|
.include "${.CURDIR}/../libefi/Makefile"
|