From 48bee0e5f40f25771df0fd4fb0ed0687f0d956bb Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 15 Jan 2005 12:41:33 +0000 Subject: g/c SuSE 6.4 package support --- emulators/suse_linux/Makefile.application | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'emulators') diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index b6b06789229..0b54f3f5adf 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.13 2004/11/05 13:46:39 wiz Exp $ +# $NetBSD: Makefile.application,v 1.14 2005/01/15 12:41:33 jdolecek Exp $ .include "../../mk/bsd.prefs.mk" @@ -12,17 +12,12 @@ _LINUX_SYSCTL_OSRELEASE?= emul.linux.kern.osrelease (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc")) LINUX_KERNEL_OSRELEASE!= (/sbin/sysctl -n ${_LINUX_SYSCTL_OSRELEASE} 2>/dev/null; ${ECHO} 2.0.38) | ${HEAD} -1 -. if ${LINUX_KERNEL_OSRELEASE} == "2.0.38" -SUSE_DIR_PREFIX= suse64 -SUSE_VERSION= 6.4 -. else -. if !empty(SUSE_PREFER:M9.1) +. if !empty(SUSE_PREFER:M9.1) SUSE_DIR_PREFIX= suse91 SUSE_VERSION= 9.1 -. else +. else SUSE_DIR_PREFIX= suse SUSE_VERSION= 7.3 -. endif . endif . if defined(RPMFILES) -- cgit v1.2.3