From 61a17a8cc5eeaf0be79311d2434b8eaf5b584a1c Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 26 Jul 2002 09:24:22 +0000 Subject: Add skey support on Solaris. --- security/openssh/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security/openssh') 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: #.if defined(KERBEROS) #PKG_USE_KERBEROS= yes -- cgit v1.2.3