pkgsrc/emulators/suse91_linux/arch.mk
tron c4c7c20050 Initial import of SuSE Linux 9.1 based packages for Linux emulation.
Warning:
NetBSD's Linux emulation does *not* work stable with these packages.
2004-07-13 10:31:13 +00:00

19 lines
356 B
Makefile

# $NetBSD: arch.mk,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $
.ifndef SUSE_ARCH_MK
SUSE_ARCH_MK=1
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
SUSE_ARCH?= i586
SUSE_ARCH_DIR?= ${MACHINE_ARCH}
.elif ${MACHINE_ARCH} == "powerpc"
SUSE_ARCH?= ppc
.else
SUSE_ARCH?= ${MACHINE_ARCH}
.endif
SUSE_ARCH_DIR?= ${SUSE_ARCH}
.endif # SUSE_ARCH_MK