pkgsrc/emulators/suse100_linux/arch.mk
tonio 04e9e931d2 Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
2006-03-09 20:33:46 +00:00

19 lines
357 B
Makefile

# $NetBSD: arch.mk,v 1.1.1.1 2006/03/09 20:33:46 tonio 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