diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-04-15 00:48:02 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-04-15 00:48:02 +0000 |
commit | b15ba14c06c8be4954413ed1c336460c5493ff57 (patch) | |
tree | e7bbebe88fd5e742b2ef826ab8567f8032b4f7be /regress/usr.bin/ssh | |
parent | 947c4332952ac7af7e63b314be47da0c398d7b86 (diff) |
sync CLEANFILES with portable, sort
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r-- | regress/usr.bin/ssh/Makefile | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile index dc6a2518497..1387002d970 100644 --- a/regress/usr.bin/ssh/Makefile +++ b/regress/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2016/04/15 00:31:10 djm Exp $ +# $OpenBSD: Makefile,v 1.86 2016/04/15 00:48:01 djm Exp $ .ifndef SKIP_UNIT SUBDIR= unittests @@ -81,22 +81,28 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers #LTESTS= cipher-speed USER!= id -un -CLEANFILES+= *.core authorized_keys_${USER} known_hosts pidfile \ - ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ - rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ - rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ - ls.copy banner.in banner.out empty.in \ - scp-ssh-wrapper.exe ssh_proxy_envpass remote_pid \ - sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \ - known_hosts-cert host_ca_key* cert_user_key* cert_host_key* \ - authorized_principals_${USER} expect actual ready \ - sshd_proxy.* authorized_keys_${USER}.* revoked-* krl-* \ - ssh.log failed-ssh.log sshd.log failed-sshd.log \ - regress.log failed-regress.log ssh-log-wrapper.sh \ - sftp-server.sh sftp-server.log sftp.log kh.* hkr.* \ - user_key* user_ca* host_* key.* agent-key.* ed25519-agent* \ - known_hosts.* data modpipe ssh_proxy keys-command-args \ - scp-ssh-wrapper.scp ssh_proxy_bak ssh_config.* +CLEANFILES+= *.core actual agent-key.* authorized_keys_${USER} \ + authorized_keys_${USER}.* authorized_principals_${USER} \ + banner.in banner.out cert_host_key* cert_user_key* \ + copy.1 copy.2 data ed25519-agent ed25519-agent* \ + ed25519-agent.pub empty.in expect failed-regress.log \ + failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \ + host_* host_ca_key* host_krl_* host_revoked_* key.* \ + key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \ + key.rsa-* keys-command-args kh.* known_hosts \ + known_hosts-cert known_hosts.* krl-* ls.copy modpipe \ + netcat pidfile putty.rsa2 ready regress.log remote_pid \ + revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa1 \ + rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ + rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ + scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ + sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ + ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ + ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \ + sshd_proxy sshd_proxy.* sshd_proxy_bak sshd_proxy_orig \ + t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \ + t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ + t9.out t9.out.pub testdata user_*key* user_ca* user_key* SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} |