summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 36246b57a1f..9b15f57c7b3 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2002/07/24 19:45:26 jlam Exp $
+# $NetBSD: Makefile,v 1.85 2002/07/26 09:24:22 grant Exp $
DISTNAME= openssh-3.4p1
PKGNAME= openssh-3.4.0.1
@@ -72,6 +72,11 @@ CONFIGURE_ARGS+= --with-privsep-path=/var/chroot/sshd
#CONFIGURE_ARGS+= --with-skey=/usr
#.endif
+.if ${OPSYS} == "SunOS"
+DEPENDS+= skey>=1.1.5:../../security/skey
+CONFIGURE_ARGS+= --with-skey=${LOCALBASE}
+.endif
+
# XXX: <krb.h>
#.if defined(KERBEROS)
#PKG_USE_KERBEROS= yes