xref: /dragonfly/stand/boot/efi/Makefile (revision 655933d6)
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