Correct location for kexfuzz in clean target.

This commit is contained in:
Darren Tucker 2016-07-18 13:47:39 +10:00
parent 01558b7b07
commit 8199d0311a
1 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,8 @@ clean: regressclean
rm -f regress/unittests/hostkeys/test_hostkeys
rm -f regress/unittests/kex/*.o
rm -f regress/unittests/kex/test_kex
rm -f regress/unittests/misc/kexfuzz
rm -f regress/misc/kexfuzz/*.o
rm -f regress/misc/kexfuzz/kexfuzz
(cd openbsd-compat && $(MAKE) clean)
distclean: regressclean