summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-10-12 08:25:17 +0000
committergrant <grant@pkgsrc.org>2003-10-12 08:25:17 +0000
commit2f7d54398dfc3b435233fa26dfeb8c244d3b6d69 (patch)
tree4903be6efa422352967996e0daebadd019def1fc
parentcc3a6ba6de9ef41f62e867af520b276603961550 (diff)
downloadpkgsrc-2f7d54398dfc3b435233fa26dfeb8c244d3b6d69.tar.gz
add a missing .elif OPSYS == NetBSD, which was resulting in passing
"--with-skey=... --without-skey" on Solaris :)
-rw-r--r--security/openssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 0c78e5164f7..aade07cb3fa 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2003/09/23 20:53:52 jschauma Exp $
+# $NetBSD: Makefile,v 1.118 2003/10/12 08:25:17 grant Exp $
DISTNAME= openssh-3.7.1p2
PKGNAME= openssh-3.7.1.2
@@ -78,6 +78,7 @@ LD=${CC}
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
. include "../../security/skey/buildlink2.mk"
CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey}
+.elif ${OPSYS} == "NetBSD"
# XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3
#CONFIGURE_ARGS+= --with-skey=/usr
CONFIGURE_ARGS+= --without-skey