Index: stable/12/stand/powerpc/Makefile =================================================================== --- stable/12/stand/powerpc/Makefile (revision 348685) +++ stable/12/stand/powerpc/Makefile (revision 348686) @@ -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 Index: stable/12 =================================================================== --- stable/12 (revision 348685) +++ stable/12 (revision 348686) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r348028