aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper/services/cap_grp/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
commitd511b20a693d77c1dc2491a62124471361eddd8e (patch)
tree0e48f6f74b51451185cd0d8b365c12092afdd206 /lib/libcasper/services/cap_grp/Makefile
parent46b37aa2c4068c1a237b0a7e61b8c2f953b3708c (diff)
Add HAS_TESTS to all Makefiles that are currently using the
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
Notes
Notes: svn path=/projects/make-check-sandbox/; revision=321914
Diffstat (limited to 'lib/libcasper/services/cap_grp/Makefile')
-rw-r--r--lib/libcasper/services/cap_grp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcasper/services/cap_grp/Makefile b/lib/libcasper/services/cap_grp/Makefile
index 2363fa06eb18..5fba3d2ba7b0 100644
--- a/lib/libcasper/services/cap_grp/Makefile
+++ b/lib/libcasper/services/cap_grp/Makefile
@@ -18,6 +18,7 @@ LIBADD= nv
CFLAGS+=-I${.CURDIR}
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>