From 6d44710d2572556a23b223e5c8ce60813ccfd5e5 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 10 Aug 2000 17:00:39 +0000 Subject: Comment out Kerberos 5 support, for now. --- security/ssh/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'security/ssh') 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) -- cgit v1.2.3