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 -.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 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 # 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 -.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 # 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 -.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