summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-14 19:27:12 +1000
committerDamien Miller <djm@mindrot.org>2002-04-14 19:27:12 +1000
commit32e48180154a9d03fab7288fc18080acee29c7a8 (patch)
tree8c4fac41c9700f4905d343b5b7542759b61e72cc /Makefile.in
parentfd4c9eee25e4e796b714477c3fbb0286ebe50fb7 (diff)
- (djm) ssh-rand-helper improvements
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e0744c3e..6a6977925 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.202 2002/04/13 01:04:41 djm Exp $ 1# $Id: Makefile.in,v 1.203 2002/04/14 09:27:13 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -56,14 +56,15 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clie
56 56
57SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-krb5.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o 57SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-krb5.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o
58 58
59MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out 59MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out
60MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 60MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8
61MANTYPE = @MANTYPE@ 61MANTYPE = @MANTYPE@
62 62
63CONFIGFILES=sshd_config.out ssh_config.out moduli.out 63CONFIGFILES=sshd_config.out ssh_config.out moduli.out
64CONFIGFILES_IN=sshd_config ssh_config moduli 64CONFIGFILES_IN=sshd_config ssh_config moduli
65 65
66PATHSUBS = \ 66PATHSUBS = \
67 -D/etc/ssh/ssh_prng_cmds=$(sysconfdir)/ssh_prng_cmds \
67 -D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \ 68 -D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \
68 -D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \ 69 -D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \
69 -D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \ 70 -D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \
@@ -216,6 +217,9 @@ install-files: scard-install
216 $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 217 $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
217 $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 218 $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
218 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 219 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
220 if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
221 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
222 fi
219 @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 223 @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
220 @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 224 @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
221 -rm -f $(DESTDIR)$(bindir)/slogin 225 -rm -f $(DESTDIR)$(bindir)/slogin
@@ -309,5 +313,6 @@ uninstall:
309 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 313 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
310 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 314 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
311 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 315 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
316 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
312 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 317 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
313 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 318 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1