summaryrefslogtreecommitdiff
path: root/security/ssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r--security/ssh/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 325736fa353..4c06198b7f4 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2000/08/05 21:56:23 itojun Exp $
+# $NetBSD: Makefile,v 1.80 2000/08/10 17:02:25 thorpej Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -106,12 +106,13 @@ USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 5
-USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-krb5=/usr
-.else
-CONFIGURE_ARGS+=--without-krb5
-.endif
+# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
+#.if defined(KERBEROS) && ${KERBEROS} == 5
+#USE_KERBEROS= yes
+#CONFIGURE_ARGS+=--with-krb5=/usr
+#.else
+#CONFIGURE_ARGS+=--without-krb5
+#.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)