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