diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-07-05 04:19:39 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-05 15:08:14 +1000 |
commit | e187b1d4607392cf2c19243afe0d0311a4ff3591 (patch) | |
tree | 143d71b873c25f90d3f1eef677f58fe1fcd069c0 /regress | |
parent | 74b541bfabdcb57c1683cd9b3f1d1f4d5e41563e (diff) |
upstream: Add (recently added) rsa_oldfmt to CLEANFILES.
OpenBSD-Regress-ID: 405beda94e32aa6cc9c80969152fab91f7c54bd3
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 925edf71a..011eec27b 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.100 2019/01/20 23:24:19 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.101 2019/07/05 04:19:39 dtucker Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec |
4 | tests: prep $(REGRESS_TARGETS) | 4 | tests: prep $(REGRESS_TARGETS) |
@@ -114,6 +114,7 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ | |||
114 | rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ | 114 | rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ |
115 | scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ | 115 | scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ |
116 | sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ | 116 | sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ |
117 | ssh-rsa_oldfmt \ | ||
117 | ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ | 118 | ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ |
118 | ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \ | 119 | ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \ |
119 | sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \ | 120 | sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \ |