mirror of git://anongit.mindrot.org/openssh.git
- (djm) Makefile.in fixes
This commit is contained in:
parent
3380426358
commit
b797b92237
|
@ -28,6 +28,7 @@
|
|||
- (djm) Update RPM specs for new sftp binary
|
||||
- (djm) Update several bits for new optional reverse lookup stuff. I
|
||||
think I got them all.
|
||||
- (djm) Makefile.in fixes
|
||||
|
||||
20010103
|
||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $Id: Makefile.in,v 1.145 2001/02/04 12:27:00 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
bindir=@bindir@
|
||||
|
@ -44,7 +46,7 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o log-client.o readconf.o
|
|||
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
|
||||
|
||||
TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
|
||||
CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.1
|
||||
CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0
|
||||
MANPAGES = @MANTYPE@
|
||||
|
||||
CONFIGFILES=sshd_config ssh_config primes
|
||||
|
|
Loading…
Reference in New Issue