Deleted Added
full compact
1c1
< # $Id: Makefile.in,v 1.289 2008/03/13 01:41:31 djm Exp $
---
> # $Id: Makefile.in,v 1.297 2008/07/08 14:21:12 djm Exp $
70c70
< readpass.o rsa.o ttymodes.o xmalloc.o \
---
> readpass.o rsa.o ttymodes.o xmalloc.o addrmatch.o \
77c77
< sshconnect.o sshconnect1.o sshconnect2.o
---
> sshconnect.o sshconnect1.o sshconnect2.o mux.o
91,92c91,92
< 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 ssh-keysign.8.out sshd_config.5.out ssh_config.5.out
< 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 ssh-keysign.8 sshd_config.5 ssh_config.5
---
> MANPAGES = 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-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out
> MANPAGES_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-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5
108a109
> -e 's|/etc/moduli|$(sysconfdir)/moduli|g' \
272a274
> $(INSTALL) -m 644 moduli.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/moduli.5
396a399,400
> TEST_SSH_CONCH="conch"; \
> TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
414a419,420
> TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
> TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
416c422
< $@
---
> $@ && echo all tests passed