diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-04 23:27:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-04 23:27:00 +1100 |
commit | b797b92237276b87bb758648d61ef71579befc5b (patch) | |
tree | 1ff8fd5fdadb92f733c110f0435e2f86bdb4cb74 | |
parent | 33804263583e82fb7e6e36477fe63ebd14f15ecb (diff) |
- (djm) Makefile.in fixes
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -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 | ||
32 | 20010103 | 33 | 20010103 |
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 | |||
1 | prefix=@prefix@ | 3 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | 4 | exec_prefix=@exec_prefix@ |
3 | bindir=@bindir@ | 5 | bindir=@bindir@ |
@@ -44,7 +46,7 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o | |||
44 | SSHDOBJS= 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 | 46 | SSHDOBJS= 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 | ||
46 | TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 | 48 | TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 |
47 | CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.1 | 49 | CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0 |
48 | MANPAGES = @MANTYPE@ | 50 | MANPAGES = @MANTYPE@ |
49 | 51 | ||
50 | CONFIGFILES=sshd_config ssh_config primes | 52 | CONFIGFILES=sshd_config ssh_config primes |