rm regress/misc/kexfuzz/*.o in distclean target

This commit is contained in:
Damien Miller 2018-07-12 14:54:18 +10:00
parent eef1447ddb
commit 6aa1bf475c
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ distclean: regressclean
rm -f regress/unittests/match/test_match
rm -f regress/unittests/utf8/*.o
rm -f regress/unittests/utf8/test_utf8
rm -f regress/misc/kexfuzz/*.o
rm -f regress/unittests/misc/kexfuzz
(cd openbsd-compat && $(MAKE) distclean)
if test -d pkg ; then \