diff --git a/stand/powerpc/Makefile b/stand/powerpc/Makefile index 969eee8dc63e..c8bbb17e2f06 100644 --- a/stand/powerpc/Makefile +++ b/stand/powerpc/Makefile @@ -3,9 +3,6 @@ .include SUBDIR= boot1.chrp ofw uboot -.if ${MACHINE_ARCH} != "powerpcspe" -SUBDIR+= ps3 -.endif .if ${MK_FDT} == "yes" SUBDIR+= kboot .endif