summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2019-07-16 03:21:54 +0000
committerDamien Miller <djm@mindrot.org>2019-07-17 11:04:25 +1000
commit1254fcbb2f005f745f2265016ee9fa52e16d37b0 (patch)
tree4011b87c31b6ea45c47f02d1916f1791f2e2e8ba
parent9dc81a5adabc9a7d611ed2e63fbf4c85d43b15c6 (diff)
upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
supported. OpenBSD-Regress-ID: 5b9ae869dc669bac05939b4a2fdf44ee067acfa0
-rw-r--r--regress/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 77f7e5f12..daaa10c5b 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker Exp $ 1# $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: prep $(REGRESS_TARGETS) 4tests: prep $(REGRESS_TARGETS)
@@ -109,9 +109,8 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
109 key.ed25519-512.pub key.rsa-* keys-command-args kh.* \ 109 key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
110 known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \ 110 known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \
111 modpipe netcat no_identity_config \ 111 modpipe netcat no_identity_config \
112 pidfile putty.rsa2 ready regress.log \ 112 pidfile putty.rsa2 ready regress.log remote_pid \
113 remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \ 113 revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa_ssh2_cr.prv \
114 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
115 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ 114 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
116 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ 115 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
117 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ 116 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \