summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-09-12 08:50:44 +0000
committerColin Watson <cjwatson@debian.org>2007-09-12 08:50:44 +0000
commit948c65611007831c37e027ce0b68c99e0e3a72b0 (patch)
tree5ce0554b8437a8a1fa3804ffc0a56df47730acf4 /Makefile.in
parent1ee11259a27b985bc7cce47d1dd44fda475927e2 (diff)
* Install authorized_keys(5) as a symlink to sshd(8) (thanks, Tomas
Pospisek; closes: #441817).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e79ab913..852fb70e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -276,6 +276,7 @@ install-files: scard-install
276 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 276 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
277 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 277 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
278 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 278 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
279 ln -s ../$(mansubdir)8/sshd.8 $(DESTDIR)$(mandir)/$(mansubdir)5/authorized_keys.5
279 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \ 280 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
280 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ 281 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
281 fi 282 fi