xref: /freebsd/packages/efi-tools/Makefile (revision bb75b0d581f74e22a68d7868ad1f5da1146a8de0)
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