summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
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)