diff options
-rw-r--r-- | emulators/suse_linux/Makefile.application | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 5 |
2 files changed, 7 insertions, 2 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. diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 6d12a0b32d6..cf4618fc49c 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/17 04:44:54 kei Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/04 08:21:57 martti Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.08 @@ -42,6 +42,9 @@ PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' DISTNAME= sol-508 PLATFORM= sparcsolaris . endif +.elif ${OPSYS} == "Linux" +DISTNAME= linux-508 +PLATFORM= intellinux .elif ${OPSYS} == "SunOS" DISTNAME= sol-508 PLATFORM= sparcsolaris |