- (djm) [regress/Makefile] cleanup PuTTY interop test droppings

This commit is contained in:
Damien Miller 2008-03-27 17:42:06 +11:00
parent 5b1c8b3103
commit 9c8a427453
2 changed files with 6 additions and 2 deletions

View File

@ -52,6 +52,7 @@
by dkrause@
- (djm) [configure.ac] fix alignment of --without-stackprotect description
- (djm) [configure.ac] --with-selinux too
- (djm) [regress/Makefile] cleanup PuTTY interop test droppings
20080315
- (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@ -3820,4 +3821,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4893 2008/03/27 01:33:07 djm Exp $
$Id: ChangeLog,v 1.4894 2008/03/27 06:42:06 djm Exp $

View File

@ -8,6 +8,8 @@ interop interop-tests: t-exec-interop
clean:
for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
rm -rf $(OBJ).putty
distclean: clean
LTESTS= connect \
@ -59,7 +61,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \
ls.copy banner.in banner.out empty.in \
scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
putty.rsa2
t1:
ssh-keygen -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv