diff options
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 @@ | |||
1 | # $Id: Makefile.in,v 1.241 2003/08/26 01:58:16 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.242 2003/08/26 02:22:04 dtucker Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -81,7 +81,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ | |||
81 | auth2-none.o auth2-passwd.o auth2-pubkey.o \ | 81 | auth2-none.o auth2-passwd.o auth2-pubkey.o \ |
82 | monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \ | 82 | monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \ |
83 | kexdhs.o kexgexs.o \ | 83 | kexdhs.o kexgexs.o \ |
84 | auth-krb5.o auth2-krb5.o \ | 84 | auth-krb5.o \ |
85 | auth2-gss.o gss-serv.o gss-serv-krb5.o \ | 85 | auth2-gss.o gss-serv.o gss-serv-krb5.o \ |
86 | loginrec.o auth-pam.o auth-sia.o md5crypt.o | 86 | loginrec.o auth-pam.o auth-sia.o md5crypt.o |
87 | 87 | ||