Do not abuse the "cleandir" target to delete part of the test output.
authorschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 11:48:06 +0000 (11:48 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Sep 2021 11:48:06 +0000 (11:48 +0000)
commit737c6b3ccfcab373031fd397dfa832f0ab65ed4b
treebff1d5ffff760e097d7621eeb1da7f472a37a6ce
parent0291cf9800d938d417d8df0d1023b51ab52f045b
Do not abuse the "cleandir" target to delete part of the test output.
According to /usr/share/mk/bsd.README, that target is only intended
to delete tags files, and there are no tags files here.  Instead,
make sure the "clean" target does not leave any test output behind.

Issue reported and patch OK'ed by bluhm@.
regress/usr.bin/mandoc/db/run/Makefile