diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-26 04:22:04 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-26 04:22:04 +0200 |
commit | 6ad50438eda264f1eb4e064b084ab0e0b0f7567f (patch) | |
tree | cfcb8a2e4a475c5e250dfea63610fc26d67ee586 /Makefile.in | |
parent | - djm@cvs.openbsd.org 2003/08/25 10:33:33 (diff) | |
download | openssh-6ad50438eda264f1eb4e064b084ab0e0b0f7567f.tar.xz openssh-6ad50438eda264f1eb4e064b084ab0e0b0f7567f.zip |
- (dtucker) [Makefile.in] Remove auth2-krb5.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index eba34f341..0ae7e4454 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.241 2003/08/26 01:58:16 dtucker Exp $ +# $Id: Makefile.in,v 1.242 2003/08/26 02:22:04 dtucker Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -81,7 +81,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ auth2-none.o auth2-passwd.o auth2-pubkey.o \ monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \ kexdhs.o kexgexs.o \ - auth-krb5.o auth2-krb5.o \ + auth-krb5.o \ auth2-gss.o gss-serv.o gss-serv-krb5.o \ loginrec.o auth-pam.o auth-sia.o md5crypt.o |