summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-04 23:27:00 +1100
committerDamien Miller <djm@mindrot.org>2001-02-04 23:27:00 +1100
commitb797b92237276b87bb758648d61ef71579befc5b (patch)
tree1ff8fd5fdadb92f733c110f0435e2f86bdb4cb74
parent33804263583e82fb7e6e36477fe63ebd14f15ecb (diff)
- (djm) Makefile.in fixes
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5afaf69a8..8c5391ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
28 - (djm) Update RPM specs for new sftp binary 28 - (djm) Update RPM specs for new sftp binary
29 - (djm) Update several bits for new optional reverse lookup stuff. I 29 - (djm) Update several bits for new optional reverse lookup stuff. I
30 think I got them all. 30 think I got them all.
31 - (djm) Makefile.in fixes
31 32
3220010103 3320010103
33 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 34 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
diff --git a/Makefile.in b/Makefile.in
index 8ea71915a..142aed20e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,3 +1,5 @@
1# $Id: Makefile.in,v 1.145 2001/02/04 12:27:00 djm Exp $
2
1prefix=@prefix@ 3prefix=@prefix@
2exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
3bindir=@bindir@ 5bindir=@bindir@
@@ -44,7 +46,7 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o
44SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o dh.o pty.o log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o 46SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o dh.o pty.o log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o
45 47
46TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 48TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
47CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.1 49CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0
48MANPAGES = @MANTYPE@ 50MANPAGES = @MANTYPE@
49 51
50CONFIGFILES=sshd_config ssh_config primes 52CONFIGFILES=sshd_config ssh_config primes