summaryrefslogtreecommitdiff
path: root/emulators/compat12/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-04-15 18:40:50 +0000
committerkristerw <kristerw>2005-04-15 18:40:50 +0000
commit54687ea43628d78a14af4e2836fa4d61ba34b413 (patch)
treec14729c34c8aaf26ceefb0e54ee6e296ac8bdbe4 /emulators/compat12/Makefile
parentc6babb1ad9cdde4f84c68c0acff0b3ea3a0887b1 (diff)
downloadpkgsrc-54687ea43628d78a14af4e2836fa4d61ba34b413.tar.gz
Prevent warnings during bulk dependency tree creation for ports that
cannot use these packages.
Diffstat (limited to 'emulators/compat12/Makefile')
-rw-r--r--emulators/compat12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index 53522d811e8..0e3594a37b9 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/08/30 22:51:15 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat12-${MACHINE_ARCH}
@@ -32,7 +32,7 @@ FILES_SUBST+= LDCONFIG=${LDCONFIG}
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")
EMULSUBDIR= emul/aout
COMPAT_LIBDIR= ${EMULSUBDIR}/usr/lib
-.else
+.elif ${OPSYS} == "NetBSD"
LOCALBASE= /usr
COMPAT_LIBDIR= lib
.endif