Deleted Added
full compact
Makefile.in (225825) Makefile.in (239844)
1# $Id: Makefile.in,v 1.325 2011/08/05 20:15:18 djm Exp $
1# $Id: Makefile.in,v 1.326 2012/04/04 01:27:57 djm Exp $
2
3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@
5
6AUTORECONF=autoreconf
7
8prefix=@prefix@
9exec_prefix=@exec_prefix@

--- 75 unchanged lines hidden (view full) ---

85 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
86 auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-jpake.o \
87 monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o kexecdhs.o \
88 auth-krb5.o \
89 auth2-gss.o gss-serv.o gss-serv-krb5.o \
90 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
91 sftp-server.o sftp-common.o \
92 roaming_common.o roaming_serv.o \
2
3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@
5
6AUTORECONF=autoreconf
7
8prefix=@prefix@
9exec_prefix=@exec_prefix@

--- 75 unchanged lines hidden (view full) ---

85 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
86 auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-jpake.o \
87 monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o kexecdhs.o \
88 auth-krb5.o \
89 auth2-gss.o gss-serv.o gss-serv-krb5.o \
90 loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o \
91 sftp-server.o sftp-common.o \
92 roaming_common.o roaming_serv.o \
93 sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o
93 sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o \
94 sandbox-seccomp-filter.o
94
95MANPAGES = moduli.5.out 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-keysign.8.out ssh-pkcs11-helper.8.out sshd_config.5.out ssh_config.5.out
96MANPAGES_IN = moduli.5 scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-keysign.8 ssh-pkcs11-helper.8 sshd_config.5 ssh_config.5
97MANTYPE = @MANTYPE@
98
99CONFIGFILES=sshd_config.out ssh_config.out moduli.out
100CONFIGFILES_IN=sshd_config ssh_config moduli
101

--- 341 unchanged lines hidden ---
95
96MANPAGES = moduli.5.out 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-keysign.8.out ssh-pkcs11-helper.8.out sshd_config.5.out ssh_config.5.out
97MANPAGES_IN = moduli.5 scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-keysign.8 ssh-pkcs11-helper.8 sshd_config.5 ssh_config.5
98MANTYPE = @MANTYPE@
99
100CONFIGFILES=sshd_config.out ssh_config.out moduli.out
101CONFIGFILES_IN=sshd_config ssh_config moduli
102

--- 341 unchanged lines hidden ---