diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index af881c521..0bdd23fd7 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -71,20 +71,20 @@ LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o buffer.o \ | |||
71 | atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \ | 71 | atomicio.o key.o dispatch.o kex.o mac.o uidswap.o uuencode.o misc.o \ |
72 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \ | 72 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o \ |
73 | kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \ | 73 | kexgex.o kexdhc.o kexgexc.o scard.o msg.o progressmeter.o dns.o \ |
74 | entropy.o scard-opensc.o gss-genr.o | 74 | entropy.o scard-opensc.o gss-genr.o kexgssc.o |
75 | 75 | ||
76 | SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ | 76 | SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ |
77 | sshconnect.o sshconnect1.o sshconnect2.o | 77 | sshconnect.o sshconnect1.o sshconnect2.o |
78 | 78 | ||
79 | SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ | 79 | SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ |
80 | sshpty.o sshlogin.o servconf.o serverloop.o \ | 80 | sshpty.o sshlogin.o servconf.o serverloop.o selinux.o \ |
81 | auth.o auth1.o auth2.o auth-options.o session.o \ | 81 | auth.o auth1.o auth2.o auth-options.o session.o \ |
82 | auth-chall.o auth2-chall.o groupaccess.o \ | 82 | auth-chall.o auth2-chall.o groupaccess.o \ |
83 | auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \ | 83 | auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \ |
84 | auth2-none.o auth2-passwd.o auth2-pubkey.o \ | 84 | auth2-none.o auth2-passwd.o auth2-pubkey.o \ |
85 | monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \ | 85 | monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o \ |
86 | auth-krb5.o \ | 86 | auth-krb5.o \ |
87 | auth2-gss.o gss-serv.o gss-serv-krb5.o \ | 87 | auth2-gss.o gss-serv.o gss-serv-krb5.o kexgsss.o\ |
88 | loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \ | 88 | loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \ |
89 | audit.o audit-bsm.o | 89 | audit.o audit-bsm.o |
90 | 90 | ||
@@ -279,9 +279,9 @@ install-files: scard-install | |||
279 | $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 | 279 | $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 |
280 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 | 280 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 |
281 | -rm -f $(DESTDIR)$(bindir)/slogin | 281 | -rm -f $(DESTDIR)$(bindir)/slogin |
282 | ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 282 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |
283 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 283 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
284 | ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 284 | ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
285 | 285 | ||
286 | install-sysconf: | 286 | install-sysconf: |
287 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ | 287 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ |