Home | History | Annotate | Line # | Download | only in arch
archdirs.mk revision 1.1.12.1
      1  1.1.12.1  tls #	$NetBSD: archdirs.mk,v 1.1.12.1 2014/08/20 00:04:31 tls Exp $
      2       1.1  mrg 
      3       1.1  mrg # list of subdirs used per-platform
      4       1.1  mrg 
      5  1.1.12.1  tls .if ${MACHINE} == "amd64"
      6  1.1.12.1  tls ARCHDIR_SUBDIR=	x86/amd64-xen
      7  1.1.12.1  tls .endif
      8  1.1.12.1  tls 
      9  1.1.12.1  tls .if ${MACHINE} == "i386"
     10  1.1.12.1  tls ARCHDIR_SUBDIR=	x86/i386-xen x86/i386pae-xen
     11       1.1  mrg .endif
     12       1.1  mrg 
     13       1.1  mrg .if ${MACHINE_ARCH} == "powerpc"
     14       1.1  mrg ARCHDIR_SUBDIR=	powerpc/powerpc-4xx powerpc/powerpc-booke
     15       1.1  mrg .endif
     16