aboutsummaryrefslogtreecommitdiff
path: root/lib/libsbuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsbuf/Makefile')
-rw-r--r--lib/libsbuf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile
index 3d8ea6f5ddaa..3e89f11c1b6c 100644
--- a/lib/libsbuf/Makefile
+++ b/lib/libsbuf/Makefile
@@ -10,6 +10,10 @@ SHLIB_MAJOR = 6
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
VERSION_DEF= ${.CURDIR}/Version.def
+.include <src.opts.mk>
+
.PATH: ${SRCTOP}/sys/kern
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.lib.mk>