diff -ur ssh/lib/Makefile lib/Makefile
--- ssh/lib/Makefile    Fri Aug 22 12:56:09 2003
+++ lib/Makefile        Tue Sep 16 11:33:08 2003
@@ -21,11 +21,11 @@

.include <bsd.own.mk>

-.if (${KERBEROS5:L} == "yes")
-CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
-
-SRCS+= gss-genr.c
-CFLAGS+= -DGSSAPI
-.endif # KERBEROS5
+#.if (${KERBEROS5:L} == "yes")
+#CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
+#
+#SRCS+= gss-genr.c
+#CFLAGS+= -DGSSAPI
+#.endif # KERBEROS5

.include <bsd.lib.mk>
diff -ur ssh/ssh/Makefile ssh/Makefile
--- ssh/ssh/Makefile    Thu Aug 28 09:49:13 2003
+++ ssh/Makefile        Tue Sep 16 11:33:23 2003
@@ -17,16 +17,16 @@

.include <bsd.own.mk> # for AFS

-.if (${KERBEROS5:L} == "yes")
-CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI
-.endif # KERBEROS5
+#.if (${KERBEROS5:L} == "yes")
+#CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI
+#.endif # KERBEROS5

.include <bsd.prog.mk>

-.if (${KERBEROS5:L} == "yes")
-DPADD+=  ${LIBGSSAPI} ${LIBKRB5}
-LDADD+=  -lgssapi -lkrb5
-.endif # KERBEROS5
+#.if (${KERBEROS5:L} == "yes")
+#DPADD+=  ${LIBGSSAPI} ${LIBKRB5}
+#LDADD+=  -lgssapi -lkrb5
+#.endif # KERBEROS5

DPADD+=        ${LIBCRYPTO} ${LIBZ} ${LIBDES}
LDADD+=        -lcrypto -lz -ldes
diff -ur ssh/sshd/Makefile sshd/Makefile
--- ssh/sshd/Makefile   Sun Aug 24 20:17:38 2003
+++ sshd/Makefile       Tue Sep 16 11:33:29 2003
@@ -20,17 +20,17 @@

.include <bsd.own.mk> # for KERBEROS and AFS

-.if (${KERBEROS5:L} == "yes")
-CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI
-SRCS+=  auth-krb5.c auth2-gss.c gss-serv.c gss-serv-krb5.c
-.endif
+#.if (${KERBEROS5:L} == "yes")
+#CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI
+#SRCS+=  auth-krb5.c auth2-gss.c gss-serv.c gss-serv-krb5.c
+#.endif

.include <bsd.prog.mk>

-.if (${KERBEROS5:L} == "yes")
-LDADD+= -lgssapi -lkrb5
-DPADD+= ${LIBGSSAPI} ${LIBKRB5}
-.endif
+#.if (${KERBEROS5:L} == "yes")
+#LDADD+= -lgssapi -lkrb5
+#DPADD+= ${LIBGSSAPI} ${LIBKRB5}
+#.endif

DPADD+=        ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBDES}
LDADD+=        -lcrypto -lutil -lz -ldes