summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index be65be6b3..7c55c7582 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.314 2011/01/03 21:16:29 djm Exp $ 1# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -109,6 +109,7 @@ PATHSUBS = \
109 -e 's|/usr/libexec|$(libexecdir)|g' \ 109 -e 's|/usr/libexec|$(libexecdir)|g' \
110 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \ 110 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
111 -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \ 111 -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
112 -e 's|/etc/ssh/ssh_host_ecdsa_key|$(sysconfdir)/ssh_host_ecdsa_key|g' \
112 -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \ 113 -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
113 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ 114 -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
114 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ 115 -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \