summaryrefslogtreecommitdiff
path: root/emulators/compat13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/compat13/Makefile')
-rw-r--r--emulators/compat13/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index 47011630bdb..890d9949b25 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/02/27 22:42:30 veego Exp $
+# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $
#
DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR}
@@ -35,7 +35,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