From dde8f0cdb6f83c7f36926ee3f022f608210ee707 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 4 Apr 2002 12:10:08 +0000 Subject: 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. --- emulators/suse_linux/Makefile.application | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'emulators/suse_linux') 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 -- cgit v1.2.3