View | Details | Raw Unified | Return to bug 1728
Collapse All | Expand All

(-)b/Makefile.in (-2 / +2 lines)
Lines 287-295 Link Here
287
	$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
287
	$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
288
	$(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
288
	$(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
289
	-rm -f $(DESTDIR)$(bindir)/slogin
289
	-rm -f $(DESTDIR)$(bindir)/slogin
290
	ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
290
	ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
291
	-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
291
	-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
292
	ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
292
	ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
293
293
294
install-sysconf:
294
install-sysconf:
295
	if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
295
	if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \

Return to bug 1728