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