freebsd-dev/lib/libcasper/Makefile
Kyle Evans e735aa5a74 libcasper/services: include <src.opts.mk> to hook tests to build
Note that the cap_sysctl tests are currently failing and need some
attention.
2019-10-23 01:50:41 +00:00

13 lines
146 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR= libcasper
SUBDIR+= services
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>