1 # $NetBSD: archdirs.mk,v 1.1.12.1 2014/08/20 00:04:31 tls Exp $ 2 3 # list of subdirs used per-platform 4 5 .if ${MACHINE} == "amd64" 6 ARCHDIR_SUBDIR= x86/amd64-xen 7 .endif 8 9 .if ${MACHINE} == "i386" 10 ARCHDIR_SUBDIR= x86/i386-xen x86/i386pae-xen 11 .endif 12 13 .if ${MACHINE_ARCH} == "powerpc" 14 ARCHDIR_SUBDIR= powerpc/powerpc-4xx powerpc/powerpc-booke 15 .endif 16