diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile index 2926fa611561..888fe0e97028 100644 --- a/stand/powerpc/Makefile +++ b/stand/powerpc/Makefile @@ -6,7 +6,7 @@ NO_OBJ=t SUBDIR.yes= boot1.chrp ofw uboot -.if "${TARGET_ARCH}" == "powerpc64" +.if "${MACHINE_ARCH}" == "powerpc64" SUBDIR.${MK_FDT}+= kboot .endif