diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5cf8100fa..b7de26f2e 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -293,9 +293,9 @@ install-files: | |||
293 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 | 293 | $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 |
294 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 | 294 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 |
295 | -rm -f $(DESTDIR)$(bindir)/slogin | 295 | -rm -f $(DESTDIR)$(bindir)/slogin |
296 | ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 296 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |
297 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 297 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
298 | ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 298 | ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
299 | 299 | ||
300 | install-sysconf: | 300 | install-sysconf: |
301 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ | 301 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ |