diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 37cb02332..f52f90389 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -331,9 +331,9 @@ install-files: | |||
331 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 | 331 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 |
332 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 | 332 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 |
333 | -rm -f $(DESTDIR)$(bindir)/slogin | 333 | -rm -f $(DESTDIR)$(bindir)/slogin |
334 | ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 334 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |
335 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 335 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
336 | ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 336 | ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
337 | 337 | ||
338 | install-sysconf: | 338 | install-sysconf: |
339 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ | 339 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ |