diff options
author | martti <martti> | 2003-09-04 08:21:52 +0000 |
---|---|---|
committer | martti <martti> | 2003-09-04 08:21:52 +0000 |
commit | 514ccb6a04b98c86be4be7cf0ecbcc9dd30a9dd2 (patch) | |
tree | 9fff1bd114143e27e6a0b78ec95518dd73ed0c92 /emulators | |
parent | 269ed1084b6fa6dba9cc4cb209515dedaeafdfbc (diff) | |
download | pkgsrc-514ccb6a04b98c86be4be7cf0ecbcc9dd30a9dd2.tar.gz |
Make this work in Linux
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 7454ede5833..f69e76bf6de 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.9 2003/07/02 09:24:43 martin Exp $ +# $NetBSD: Makefile.application,v 1.10 2003/09/04 08:21:52 martti Exp $ .include "../../mk/bsd.prefs.mk" @@ -17,6 +17,8 @@ SUSE_VERSION= 7.3 . include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" . endif +.elif ${OPSYS} == "Linux" +# No Linux emulation is needed .else # we put a value here so that the creation of the bulk # build cache files works correctly on non-i386 machines. |