Index: head/stand/powerpc/Makefile =================================================================== --- head/stand/powerpc/Makefile (revision 348027) +++ head/stand/powerpc/Makefile (revision 348028) @@ -1,10 +1,13 @@ # $FreeBSD$ NO_OBJ=t .include SUBDIR.yes= boot1.chrp ofw uboot + +.if "${TARGET_ARCH}" == "powerpc64" SUBDIR.${MK_FDT}+= kboot +.endif .include