xref: /dflybsd-src/stand/boot/efi/Makefile (revision 479ab7f0492f2a51b48e8537e4f1dc686fc6014b)
1# $FreeBSD: head/sys/boot/efi/Makefile 296892 2016-03-15 05:17:31Z imp $
2
3.if ${MACHINE_ARCH} == "x86_64"
4SUBDIR+=	libefi loader boot1
5.endif
6
7.include <bsd.subdir.mk>
8