Index: head/sys/boot/efi/Makefile =================================================================== --- head/sys/boot/efi/Makefile (revision 281114) +++ head/sys/boot/efi/Makefile (revision 281115) @@ -1,17 +1,17 @@ # $FreeBSD$ .include SUBDIR= libefi -.if ${TARGET_CPUARCH} == "aarch64" || ${TARGET_CPUARCH} == "arm" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" .if ${MK_FDT} != "no" SUBDIR+= fdt .endif .endif .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= loader boot1 .endif .include