Revive regress target and kill off test target instead
authorngie <ngie@FreeBSD.org>
Mon, 13 Apr 2015 10:32:53 +0000 (10:32 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 13 Apr 2015 10:32:53 +0000 (10:32 +0000)
commita385c38746b21154b789be6589490f4277ac2280
tree9d29af0b4c496713c3ae7d15aac619421b3b52cb
parentd95512e0303ffba719b25f7fd6c423f1a4d690ed
Revive regress target and kill off test target instead

bin/test being present causes the unfortunate issue of make test being run on
the bin/ subdir, which subsequently causes things to fall apart when running
make buildworld

make regress is the legacy target, so use it instead

While here, in order to deal with recursion issues and executing make regress
both at subdirectories (which could yield the wrong results depending on how
things are installed)
Makefile
share/mk/atf.test.mk
share/mk/bsd.README
share/mk/bsd.sys.mk
share/mk/bsd.test.mk
share/mk/suite.test.mk