[BACK]Return to archdirs.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / compat

Annotation of src/compat/archdirs.mk, Revision 1.1

1.1     ! mrg         1: #      $NetBSD$
        !             2:
        !             3: # list of subdirs used per-platform
        !             4:
        !             5: .if ${MACHINE} == "sparc64"
        !             6: ARCHDIR_SUBDIR=        sparc64/sparc
        !             7: .endif
        !             8:
        !             9: .if ${MACHINE} == "amd64"
        !            10: ARCHDIR_SUBDIR=        amd64/i386
        !            11: .endif
        !            12:
        !            13: .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
        !            14: ARCHDIR_SUBDIR=        mips64/64 mips64/o32
        !            15: .endif

CVSweb <webmaster@jp.NetBSD.org>