CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/09 05:48:06
Modified files: regress/usr.bin/mandoc/db/run: Makefile Log message: 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@.