aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcasper/Makefile')
-rw-r--r--lib/libcasper/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile
new file mode 100644
index 000000000000..0a1074d4613d
--- /dev/null
+++ b/lib/libcasper/Makefile
@@ -0,0 +1,10 @@
+.include <src.opts.mk>
+
+SUBDIR= libcasper
+SUBDIR+= services
+
+SUBDIR.${MK_TESTS}+= tests
+
+SUBDIR_PARALLEL=
+
+.include <bsd.subdir.mk>