1 1.1.2.2 he # $NetBSD: Makefile.arch.inc,v 1.1.2.2 2004/05/22 15:59:21 he Exp $ 2 1.1.2.2 he 3 1.1.2.2 he .if defined(MACHINE) && ${MACHINE} != "xen" 4 1.1.2.2 he XEN_BUILD?= ${MACHINE} 5 1.1.2.2 he .else 6 1.1.2.2 he XEN_BUILD?= ${MACHINE_ARCH:Ui386} 7 1.1.2.2 he .endif 8 1.1.2.2 he 9 1.1.2.2 he .if ${XEN_BUILD} == "i386" 10 1.1.2.2 he XEN_MACHINE_ARCHS= i386 x86 11 1.1.2.2 he .else 12 1.1.2.2 he XEN_MACHINE_ARCHS= ${XEN_BUILD} 13 1.1.2.2 he .endif 14