diff options
Diffstat (limited to 'emulators/suse_linux/Makefile.application')
-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 |