1WORLDPACKAGE= efi-tools 2SUBPACKAGES= dbg dev man 3 4# The 32-bit libraries are only built on certain architectures. 5.if ${MACHINE_ARCH} == "aarch64" 6COMPAT_PKG= yes 7COMPAT_PKGS= dbg dev 8.endif 9 10# efi-tools is not applicable to jails. 11PKG_SETS= minimal 12 13.include <bsd.pkg.mk> 14