From e735aa5a74ac38d4f72a78b32eb49eff34a59562 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 23 Oct 2019 01:50:41 +0000 Subject: [PATCH] libcasper/services: include to hook tests to build Note that the cap_sysctl tests are currently failing and need some attention. --- lib/libcasper/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile index 3101f3378ff3..2f2d613bd1d9 100644 --- a/lib/libcasper/Makefile +++ b/lib/libcasper/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + SUBDIR= libcasper SUBDIR+= services