diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7cd3a08f2..839abbd48 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -296,9 +296,9 @@ install-files: | |||
296 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 | 296 | $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 |
297 | $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1 | 297 | $(INSTALL) -m 644 ssh-vulnkey.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-vulnkey.1 |
298 | -rm -f $(DESTDIR)$(bindir)/slogin | 298 | -rm -f $(DESTDIR)$(bindir)/slogin |
299 | ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 299 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |
300 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 300 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
301 | ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 301 | ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |
302 | 302 | ||
303 | install-sysconf: | 303 | install-sysconf: |
304 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ | 304 | if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ |