diff options
-rw-r--r-- | mk/defs.SunOS.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index 2e492196d83..a3e133b2319 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.48 2002/12/22 09:30:03 salo Exp $ +# $NetBSD: defs.SunOS.mk,v 1.49 2002/12/22 10:09:46 salo Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -149,7 +149,7 @@ ZOULARISBASE:= ${LOCALBASE} .endif .if exists(${LOCALBASE}/sbin/pkg_info) PKG_TOOLS_BIN?= ${LOCALBASE}/sbin -.elseif exists(${ZOULARISBASE}/sbin/pkg_info) +.elif exists(${ZOULARISBASE}/sbin/pkg_info) PKG_TOOLS_BIN?= ${ZOULARISBASE}/sbin .endif PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin |