summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/defs.SunOS.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 029ad7abf87..2e492196d83 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.47 2002/12/18 06:18:15 schmonz Exp $
+# $NetBSD: defs.SunOS.mk,v 1.48 2002/12/22 09:30:03 salo Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -149,5 +149,7 @@ ZOULARISBASE:= ${LOCALBASE}
.endif
.if exists(${LOCALBASE}/sbin/pkg_info)
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
+.elseif exists(${ZOULARISBASE}/sbin/pkg_info)
+PKG_TOOLS_BIN?= ${ZOULARISBASE}/sbin
.endif
PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin