diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6f8793fae..1c917e704 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -107,7 +107,7 @@ install: $(TARGETS) | |||
107 | $(INSTALL) -d $(DESTDIR)$(mandir) | 107 | $(INSTALL) -d $(DESTDIR)$(mandir) |
108 | $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)1 | 108 | $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)1 |
109 | $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8 | 109 | $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8 |
110 | $(INSTALL) -s ssh $(DESTDIR)$(bindir)/ssh | 110 | $(INSTALL) -m 4755 -s ssh $(DESTDIR)$(bindir)/ssh |
111 | $(INSTALL) -s scp $(DESTDIR)$(bindir)/scp | 111 | $(INSTALL) -s scp $(DESTDIR)$(bindir)/scp |
112 | $(INSTALL) -s ssh-add $(DESTDIR)$(bindir)/ssh-add | 112 | $(INSTALL) -s ssh-add $(DESTDIR)$(bindir)/ssh-add |
113 | $(INSTALL) -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent | 113 | $(INSTALL) -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent |