summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index c08201632..623be8d82 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -3,7 +3,6 @@
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
5 5
6CLEANFILES += t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2
7clean: 6clean:
8 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done 7 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
9distclean: clean 8distclean: clean
@@ -36,7 +35,8 @@ LTESTS= connect \
36 forwarding 35 forwarding
37 36
38USER!= id -un 37USER!= id -un
39CLEANFILES += authorized_keys_${USER} known_hosts pidfile \ 38CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
39 authorized_keys_${USER} known_hosts pidfile \
40 ssh_config ssh_proxy sshd_config sshd_proxy \ 40 ssh_config ssh_proxy sshd_config sshd_proxy \
41 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ 41 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \
42 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ 42 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \