diff options
author | salo <salo> | 2002-12-22 10:09:46 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-22 10:09:46 +0000 |
commit | cd3d36511e3bcf33084f926aa30e6117606c3f24 (patch) | |
tree | b27e57cf7780e8bc102598c480678a2b5d15177d /mk/defs.SunOS.mk | |
parent | fb289fe64c3d40d9538a9646fd6fad16834d84c3 (diff) | |
download | pkgsrc-cd3d36511e3bcf33084f926aa30e6117606c3f24.tar.gz |
.elseif -> .elif. Thanks to grant for pointing this out.
Diffstat (limited to 'mk/defs.SunOS.mk')
-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 |