summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a4402e96c..4eab574a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -315,9 +315,9 @@ install-files:
315 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 315 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
316 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 316 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
317 -rm -f $(DESTDIR)$(bindir)/slogin 317 -rm -f $(DESTDIR)$(bindir)/slogin
318 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 318 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
319 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 319 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
320 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 320 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
321 321
322install-sysconf: 322install-sysconf:
323 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 323 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \