diff options
Diffstat (limited to 'emulators/suse_linux/arch.mk')
-rw-r--r-- | emulators/suse_linux/arch.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/suse_linux/arch.mk b/emulators/suse_linux/arch.mk new file mode 100644 index 00000000000..a995738943f --- /dev/null +++ b/emulators/suse_linux/arch.mk @@ -0,0 +1,14 @@ +# $NetBSD: arch.mk,v 1.1 2002/11/25 11:01:16 schmonz Exp $ + +.ifndef SUSE_ARCH_MK +SUSE_ARCH_MK=1 + +.include "../../mk/bsd.prefs.mk" + +.if ${MACHINE_ARCH} == "powerpc" +SUSE_ARCH?= ppc +.else +SUSE_ARCH?= ${MACHINE_ARCH} +.endif + +.endif # SUSE_ARCH_MK |