summaryrefslogtreecommitdiffstats
path: root/lib/libsbuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsbuf/Makefile')
-rw-r--r--lib/libsbuf/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile
index 260ae81..268667f 100644
--- a/lib/libsbuf/Makefile
+++ b/lib/libsbuf/Makefile
@@ -9,6 +9,12 @@ SHLIB_MAJOR = 6
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
VERSION_DEF= ${.CURDIR}/Version.def
+.include <bsd.own.mk>
+
.PATH: ${SRCTOP}/sys/kern
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud