summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-04-28 05:25:54 +0000
committerjlam <jlam>2004-04-28 05:25:54 +0000
commit4976f0eb3ec04f07322819d4fccef9cd75247358 (patch)
tree283346dbe6c8d82fc56818737314d5de97a0ec87 /security
parent43509c4c1bd2ed28cf5c1ef7f0aa520686f2be0c (diff)
downloadpkgsrc-4976f0eb3ec04f07322819d4fccef9cd75247358.tar.gz
This version of OpenSSH actually no longer supports building with
Kerberos 4 support, so remove those Makefile checks.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index d1e87aff4ed..1eb8ad15eef 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2004/04/28 04:00:17 jlam Exp $
+# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $
DISTNAME= openssh-3.8p1
PKGNAME= openssh-3.8.1
@@ -92,12 +92,6 @@ CONFIGURE_ARGS+= --without-skey
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
CPPFLAGS+= -I${KRB5BASE}/include/krb5
-. if (${KRB5_TYPE} == "heimdal") && exists(/usr/include/kerberosIV/krb.h)
-CONFIGURE_ARGS+= --with-kerberos4=/usr
-CPPFLAGS+= -I/usr/include/kerberosIV
-# kerberos 5 dependencies are detected correctly.
-LDFLAGS+= -lkrb -lcom_err -lroken -ldes -lcrypto
-. endif
.endif
.if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h)