summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-10-12 08:25:17 +0000
committergrant <grant>2003-10-12 08:25:17 +0000
commit872ed50cf2c467152dafedde5d0eede3060b1292 (patch)
tree4903be6efa422352967996e0daebadd019def1fc /security/openssh/Makefile
parent58e97aa8d82be665a46e07dd71b6baa7478b1c88 (diff)
downloadpkgsrc-872ed50cf2c467152dafedde5d0eede3060b1292.tar.gz
add a missing .elif OPSYS == NetBSD, which was resulting in passing
"--with-skey=... --without-skey" on Solaris :)
Diffstat (limited to 'security/openssh/Makefile')
-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