diff options
author | jlam <jlam> | 2005-04-28 22:33:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-04-28 22:33:36 +0000 |
commit | fccbfa27f4594effe9871439c89e769a09b49ded (patch) | |
tree | 8b737ceb1b8565d3b42311e9cb03f6f795a37a78 /emulators/suse_linux | |
parent | 17a05f85c71ba5c2127f09559ddfea4613f35260 (diff) | |
download | pkgsrc-fccbfa27f4594effe9871439c89e769a09b49ded.tar.gz |
Remove unused variables.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 13 |
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" |