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} == "sparc64"
6ARCHDIR_SUBDIR=	sparc64/sparc
7.endif
8
9.if ${MACHINE} == "amd64"
10ARCHDIR_SUBDIR=	amd64/i386
11.endif
12
13.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
14ARCHDIR_SUBDIR=	mips64/64 mips64/o32
15.endif
16