diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:38:40 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:38:40 +0000 |
commit | 1b816ea846aca3ee89e7995373ace609e9518424 (patch) | |
tree | b41cdc8495cae7fa9c2e0f98a5f2e71656b61f9a /regress/Makefile | |
parent | fa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (diff) | |
parent | 086ea76990b1e6287c24b6db74adffd4605eb3b0 (diff) |
import openssh-4.6p1-gsskex-20070312.patch
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/regress/Makefile b/regress/Makefile index 4f47bc3fd..539956398 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2005/03/04 08:48:46 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.42 2006/07/19 13:34:52 dtucker Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -40,7 +40,9 @@ LTESTS= connect \ | |||
40 | forwarding \ | 40 | forwarding \ |
41 | multiplex \ | 41 | multiplex \ |
42 | reexec \ | 42 | reexec \ |
43 | brokenkeys | 43 | brokenkeys \ |
44 | cfgmatch \ | ||
45 | forcecommand | ||
44 | 46 | ||
45 | USER!= id -un | 47 | USER!= id -un |
46 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | 48 | CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ |
@@ -49,8 +51,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
49 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ | 51 | rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ |
50 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ | 52 | rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ |
51 | ls.copy banner.in banner.out empty.in \ | 53 | ls.copy banner.in banner.out empty.in \ |
52 | scp-ssh-wrapper.scp ssh_proxy_envpass \ | 54 | scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \ |
53 | remote_pid | 55 | sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv |
54 | 56 | ||
55 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp | 57 | #LTESTS += ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |
56 | 58 | ||