CVSROOT: /cvs Module name: src Changes by: afre...@cvs.openbsd.org 2022/04/11 20:54:51
Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: Improve test and clean targets They failed if there was nothing to clean. The test target now depends on the all target so we have something to run tests against. They still don't like to pass in-tree, but that is a separate issue. Noticed by deraadt@, suggestions and improvements from geunther@ and bluhm@