summaryrefslogtreecommitdiff
path: root/emulators/suse_linux
diff options
context:
space:
mode:
authortron <tron>2002-04-04 12:10:08 +0000
committertron <tron>2002-04-04 12:10:08 +0000
commitdedbc3fe00db0e8eadabe35500c17dee9c7ca6e6 (patch)
treebcd2115b18cdd5fbe88ba1d72fef08ae522335f1 /emulators/suse_linux
parent1993a8279eb2395353178aeed766f9d87680cd6f (diff)
downloadpkgsrc-dedbc3fe00db0e8eadabe35500c17dee9c7ca6e6.tar.gz
If this file is include on something other than "NetBSD-*-i386" simply
include "bsd.pkg.mk" and do nothing else. We now can use this in multi architecture package like e.g. "civctp-demo" without any unexpected side effects.
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r--emulators/suse_linux/Makefile.application9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application
index f558872641c..5b4ff4aa8c0 100644
--- a/emulators/suse_linux/Makefile.application
+++ b/emulators/suse_linux/Makefile.application
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile.application,v 1.1 2002/04/04 11:55:58 tron Exp $
+# $NetBSD: Makefile.application,v 1.2 2002/04/04 12:10:08 tron Exp $
.include "../../mk/bsd.prefs.mk"
-LINUX_KERNEL_OSRELEASE= 2.0.38
-
.if (${OPSYS} == NetBSD) && (${MACHINE_ARCH} == i386)
LINUX_KERNEL_OSRELEASE!= (/sbin/sysctl -n emul.linux.kern.osrelease 2>/dev/null; ${ECHO} 2.0.38) | ${HEAD} -1
-.endif
.if (${LINUX_KERNEL_OSRELEASE} == 2.0.38)
SUSE_DIR_PREFIX= suse64
@@ -21,3 +18,7 @@ SUSE_VERSION= 7.3
.else
.include "../../mk/bsd.pkg.mk"
.endif
+
+.else
+.include "../../mk/bsd.pkg.mk"
+.endif