]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
authordtucker@openbsd.org <dtucker@openbsd.org>
Tue, 16 Jul 2019 03:21:54 +0000 (03:21 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 17 Jul 2019 01:04:25 +0000 (11:04 +1000)
supported.

OpenBSD-Regress-ID: 5b9ae869dc669bac05939b4a2fdf44ee067acfa0

regress/Makefile

index 77f7e5f124673ae3762e45b91e12550f58b23961..daaa10c5bbb874d119e2e6548ccd30863f7a88df 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker Exp $
+#      $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $
 
 REGRESS_TARGETS=       unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
 tests:         prep $(REGRESS_TARGETS)
@@ -109,9 +109,8 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
                key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
                known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \
                modpipe netcat no_identity_config \
-               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 \
+               pidfile putty.rsa2 ready regress.log remote_pid \
+               revoked-* rsa rsa-agent rsa-agent.pub rsa.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 \