diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 4e0744c3e..6a6977925 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.202 2002/04/13 01:04:41 djm Exp $ | 1 | # $Id: Makefile.in,v 1.203 2002/04/14 09:27:13 djm Exp $ |
2 | 2 | ||
3 | prefix=@prefix@ | 3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ | 4 | exec_prefix=@exec_prefix@ |
@@ -56,14 +56,15 @@ SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clie | |||
56 | 56 | ||
57 | 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-krb5.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o | 57 | 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-krb5.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o |
58 | 58 | ||
59 | MANPAGES = 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 | 59 | MANPAGES = 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 |
60 | MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 | 60 | MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 |
61 | MANTYPE = @MANTYPE@ | 61 | MANTYPE = @MANTYPE@ |
62 | 62 | ||
63 | CONFIGFILES=sshd_config.out ssh_config.out moduli.out | 63 | CONFIGFILES=sshd_config.out ssh_config.out moduli.out |
64 | CONFIGFILES_IN=sshd_config ssh_config moduli | 64 | CONFIGFILES_IN=sshd_config ssh_config moduli |
65 | 65 | ||
66 | PATHSUBS = \ | 66 | PATHSUBS = \ |
67 | -D/etc/ssh/ssh_prng_cmds=$(sysconfdir)/ssh_prng_cmds \ | ||
67 | -D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \ | 68 | -D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \ |
68 | -D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \ | 69 | -D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \ |
69 | -D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \ | 70 | -D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \ |
@@ -216,6 +217,9 @@ install-files: scard-install | |||
216 | $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 | 217 | $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 |
217 | $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 | 218 | $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 |
218 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 219 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |
220 | if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ | ||
221 | $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 | ||
222 | fi | ||
219 | @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 | 223 | @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 |
220 | @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 | 224 | @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 |
221 | -rm -f $(DESTDIR)$(bindir)/slogin | 225 | -rm -f $(DESTDIR)$(bindir)/slogin |
@@ -309,5 +313,6 @@ uninstall: | |||
309 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 | 313 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 |
310 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 | 314 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 |
311 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 315 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |
316 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 | ||
312 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 | 317 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 |
313 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 318 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |