summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-28 22:33:36 +0000
committerjlam <jlam>2005-04-28 22:33:36 +0000
commitfccbfa27f4594effe9871439c89e769a09b49ded (patch)
tree8b737ceb1b8565d3b42311e9cb03f6f795a37a78 /emulators
parent17a05f85c71ba5c2127f09559ddfea4613f35260 (diff)
downloadpkgsrc-fccbfa27f4594effe9871439c89e769a09b49ded.tar.gz
Remove unused variables.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_linux/Makefile.application13
1 files changed, 3 insertions, 10 deletions
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"