summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:57:46 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:57:46 +1100
commit9f4c8e797ea002a883307ca906f1f1f815010e78 (patch)
tree6d3530c4fa4ebb8a73217a76f84c98acfe063de5 /regress/Makefile
parent106bf1ca3c7a5fdc34f9fd7a1fe651ca53085bc5 (diff)
- (djm) [regress/Makefile] Add some generated files for cleaning
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index ba8504837..0c66b1774 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -73,7 +73,7 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
73 73
74USER!= id -un 74USER!= id -un
75CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ 75CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
76 t8.out t8.out.pub t9.out t9.out.pub \ 76 t8.out t8.out.pub t9.out t9.out.pub t10.out t10.out.pub \
77 authorized_keys_${USER} known_hosts pidfile testdata \ 77 authorized_keys_${USER} known_hosts pidfile testdata \
78 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ 78 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \
79 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ 79 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \
@@ -88,7 +88,9 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
88 sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ 88 sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \
89 ssh.log failed-ssh.log sshd.log failed-sshd.log \ 89 ssh.log failed-ssh.log sshd.log failed-sshd.log \
90 regress.log failed-regress.log ssh-log-wrapper.sh \ 90 regress.log failed-regress.log ssh-log-wrapper.sh \
91 sftp-server.sh sftp-server.log sftp.log setuid-allowed 91 sftp-server.sh sftp-server.log sftp.log setuid-allowed \
92 data ed25519-agent ed25519-agent.pub key.ed25519-512 \
93 key.ed25519-512.pub
92 94
93SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} 95SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER}
94 96