]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Add HAS_TESTS to all Makefiles that are currently using the
authorEnji Cooper <ngie@FreeBSD.org>
Wed, 2 Aug 2017 08:50:42 +0000 (08:50 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Wed, 2 Aug 2017 08:50:42 +0000 (08:50 +0000)
`SUBDIR.${MK_TESTS}+= tests` idiom.

This is a follow up to r321912.

pw/Makefile

index bdb4384d1cc5d28ac1965ecaf6c1426571576cb3..8db96d90f6e229af5e02ab678e8e7552b6be59a7 100644 (file)
@@ -12,6 +12,7 @@ LIBADD=       crypt util sbuf
 
 .include <src.opts.mk>
 
+HAS_TESTS=
 SUBDIR.${MK_TESTS}+= tests
 
 .include <bsd.prog.mk>