summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2004-07-09 19:45:44 +0000
committerDavid Krause <david@cvs.openbsd.org>2004-07-09 19:45:44 +0000
commitd5b218540ab848f3e512e4c0975a6b97228719c6 (patch)
tree80a2f475bad415cdc0debb70f84b6b19f6fb9ddf /regress
parent4012a20d6902b7a5f8c8f497604a3ef342f156d7 (diff)
add a missing CLEANFILES used in the re-exec test
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile
index 4acda7c60a9..e5ae3128150 100644
--- a/regress/usr.bin/ssh/Makefile
+++ b/regress/usr.bin/ssh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.31 2004/06/24 19:32:00 djm Exp $
+# $OpenBSD: Makefile,v 1.32 2004/07/09 19:45:43 david Exp $
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
@@ -39,7 +39,7 @@ LTESTS= connect \
USER!= id -un
CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \
- ssh_config ssh_proxy sshd_config sshd_proxy \
+ 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 \