1 # $NetBSD: archdirs.mk,v 1.7 2021/08/03 09:25:44 rin Exp $ 2 3 # list of subdirs used per-platform 4 5 .if ${MACHINE_ARCH} == "powerpc" 6 ARCHDIR_SUBDIR= powerpc/powerpc-booke 7 .endif 8 9 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" 10 ARCHDIR_SUBDIR= mips/mips-n32 11 .endif 12