From 8a57120e949166db9fe790cf817e4623aff6cb0e Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 28 Apr 2005 22:33:36 +0000 Subject: Remove unused variables. --- emulators/suse_linux/Makefile.application | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'emulators') diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index bfc0c1b1b61..b85327714c7 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,16 +1,9 @@ -# $NetBSD: Makefile.application,v 1.15 2005/04/03 21:23:15 jdolecek Exp $ +# $NetBSD: Makefile.application,v 1.16 2005/04/28 22:33:36 jlam Exp $ .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" -_LINUX_SYSCTL_OSRELEASE?= compat.linux.osrelease -.else -_LINUX_SYSCTL_OSRELEASE?= emul.linux.kern.osrelease -.endif - -.if ((${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && \ - (${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 (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && \ + (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc") . if !empty(SUSE_PREFER:M9.1) . include "../../emulators/suse91_linux/vars.mk" -- cgit v1.2.3