1#	$NetBSD: archdirs.mk,v 1.1 2009/12/13 09:27:13 mrg Exp $
2
3# list of subdirs used per-platform
4
5.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
6# not yet
7#ARCHDIR_SUBDIR=	x86/x86-xen
8.endif
9
10.if ${MACHINE_ARCH} == "powerpc"
11ARCHDIR_SUBDIR=	powerpc/powerpc-4xx powerpc/powerpc-booke
12.endif
13