summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 14:31:11 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 14:31:11 +1000
commit9c617693c2250c62e5e326372bc783e3416a94b0 (patch)
tree14e8fa9856bacb73c9ddee4e200011d1857721ea /Makefile.in
parent3ab496b3dd961423bc5e312fd5dbbef975f4d238 (diff)
- (djm) Make portable build with MIT krb5 (some issues remain)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 670d9b500..ba898db40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.231 2003/05/10 09:28:02 djm Exp $ 1# $Id: Makefile.in,v 1.232 2003/05/14 04:31:11 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@
@@ -80,7 +80,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
80 auth2-none.o auth2-passwd.o auth2-pubkey.o \ 80 auth2-none.o auth2-passwd.o auth2-pubkey.o \
81 monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \ 81 monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \
82 kexdhs.o kexgexs.o \ 82 kexdhs.o kexgexs.o \
83 auth-krb5.o auth-krb4.o \ 83 auth-krb5.o auth2-krb5.o auth-krb4.o \
84 loginrec.o auth-pam.o auth-sia.o md5crypt.o 84 loginrec.o auth-pam.o auth-sia.o md5crypt.o
85 85
86MANPAGES = 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 ssh-keysign.8.out sshd_config.5.out ssh_config.5.out 86MANPAGES = 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 ssh-keysign.8.out sshd_config.5.out ssh_config.5.out