Index: stable/10/sys/boot/efi/Makefile =================================================================== --- stable/10/sys/boot/efi/Makefile (revision 295056) +++ stable/10/sys/boot/efi/Makefile (revision 295057) @@ -1,13 +1,15 @@ # $FreeBSD$ +.include + # In-tree GCC does not support __attribute__((ms_abi)). .if ${COMPILER_TYPE} != "gcc" .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= libefi loader boot1 .endif .endif # ${COMPILER_TYPE} != "gcc" .include