diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:10:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:10:08 +0000 |
commit | dde8f0cdb6f83c7f36926ee3f022f608210ee707 (patch) | |
tree | bcd2115b18cdd5fbe88ba1d72fef08ae522335f1 /emulators/suse_linux | |
parent | 2b2fcf737035d25d243573f4cc7b37420e963b78 (diff) | |
download | pkgsrc-dde8f0cdb6f83c7f36926ee3f022f608210ee707.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.application | 9 |
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 |