Add HAS_TESTS to all Makefiles that are currently using the

`SUBDIR.${MK_TESTS}+= tests` idiom.

This is a follow up to r321912.
This commit is contained in:
Enji Cooper
2017-08-02 08:50:42 +00:00
parent 46b37aa2c4
commit d511b20a69
98 changed files with 98 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ WARNS?= 2
PRECIOUSLIB=
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>