summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7849979cc..095f4ff32 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -289,9 +289,9 @@ install-files:
289 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 289 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
290 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 290 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
291 -rm -f $(DESTDIR)$(bindir)/slogin 291 -rm -f $(DESTDIR)$(bindir)/slogin
292 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 292 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
293 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 293 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
294 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 294 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
295 295
296install-sysconf: 296install-sysconf:
297 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 297 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \