Makefile revision 293297
1# $FreeBSD: stable/10/sys/boot/efi/Makefile 293297 2016-01-07 02:22:45Z emaste $
2
3SUBDIR=		libefi
4
5.if ${MACHINE_CPUARCH} == "amd64"
6SUBDIR+=	loader boot1
7.endif
8
9.include <bsd.subdir.mk>
10