diff options
-rw-r--r-- | Makefile.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in index 34c41a7bf..de0d2f28b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -68,25 +68,25 @@ install: all | |||
68 | $(INSTALL) -d $(mandir) | 68 | $(INSTALL) -d $(mandir) |
69 | $(INSTALL) -d $(mandir)/man1 | 69 | $(INSTALL) -d $(mandir)/man1 |
70 | $(INSTALL) -d $(mandir)/man8 | 70 | $(INSTALL) -d $(mandir)/man8 |
71 | $(INSTALL) -s -c ssh $(bindir)/ssh | 71 | $(INSTALL) -s ssh $(bindir)/ssh |
72 | $(INSTALL) -s -c scp $(bindir)/scp | 72 | $(INSTALL) -s scp $(bindir)/scp |
73 | $(INSTALL) -s -c ssh-add $(bindir)/ssh-add | 73 | $(INSTALL) -s ssh-add $(bindir)/ssh-add |
74 | $(INSTALL) -s -c ssh-agent $(bindir)/ssh-agent | 74 | $(INSTALL) -s ssh-agent $(bindir)/ssh-agent |
75 | $(INSTALL) -s -c ssh-keygen $(bindir)/ssh-keygen | 75 | $(INSTALL) -s ssh-keygen $(bindir)/ssh-keygen |
76 | $(INSTALL) -s -c sshd $(sbindir)/sshd | 76 | $(INSTALL) -s sshd $(sbindir)/sshd |
77 | $(INSTALL) -m644 -c ssh.1 $(mandir)/man1/ssh.1 | 77 | $(INSTALL) -m644 ssh.1 $(mandir)/man1/ssh.1 |
78 | $(INSTALL) -m644 -c scp.1 $(mandir)/man1/scp.1 | 78 | $(INSTALL) -m644 scp.1 $(mandir)/man1/scp.1 |
79 | $(INSTALL) -m644 -c ssh-add.1 $(mandir)/man1/ssh-add.1 | 79 | $(INSTALL) -m644 ssh-add.1 $(mandir)/man1/ssh-add.1 |
80 | $(INSTALL) -m644 -c ssh-agent.1 $(mandir)/man1/ssh-agent.1 | 80 | $(INSTALL) -m644 ssh-agent.1 $(mandir)/man1/ssh-agent.1 |
81 | $(INSTALL) -m644 -c ssh-keygen.1 $(mandir)/man1/ssh-keygen.1 | 81 | $(INSTALL) -m644 ssh-keygen.1 $(mandir)/man1/ssh-keygen.1 |
82 | $(INSTALL) -m644 -c sshd.8 $(mandir)/man8/sshd.8 | 82 | $(INSTALL) -m644 sshd.8 $(mandir)/man8/sshd.8 |
83 | ln -sf ssh $(bindir)/slogin | 83 | ln -sf ssh $(bindir)/slogin |
84 | ln -sf ssh.1 $(mandir)/man1/slogin.1 | 84 | ln -sf ssh.1 $(mandir)/man1/slogin.1 |
85 | 85 | ||
86 | $(INSTALL) -d $(libexecdir) ; | 86 | $(INSTALL) -d $(libexecdir) ; |
87 | $(INSTALL) -d $(libexecdir)/ssh ; | 87 | $(INSTALL) -d $(libexecdir)/ssh ; |
88 | if [ -z "@GNOME_ASKPASS@" ] ; then \ | 88 | if [ -z "@GNOME_ASKPASS@" ] ; then \ |
89 | $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ | 89 | $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ |
90 | fi | 90 | fi |
91 | 91 | ||
92 | if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ | 92 | if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ |