Home | History | Annotate | Line # | Download | only in conf
Makefile.arch.inc revision 1.1
      1 #	$NetBSD: Makefile.arch.inc,v 1.1 2004/05/12 16:56:43 cl Exp $
      2 
      3 .if defined(MACHINE) && ${MACHINE} != "xen"
      4 XEN_BUILD?=	${MACHINE}
      5 .else
      6 XEN_BUILD?=	${MACHINE_ARCH:Ui386}
      7 .endif
      8 
      9 .if ${XEN_BUILD} == "i386"
     10 XEN_MACHINE_ARCHS=	i386 x86
     11 .else
     12 XEN_MACHINE_ARCHS=	${XEN_BUILD}
     13 .endif
     14