summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index a9001a1..67f6edd 100644
--- a/lib/libmp/Makefile
+++ b/lib/libmp/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
LIB= mp
SHLIB_MAJOR= 7
DPADD= ${LIBCRYPTO}
@@ -13,4 +15,8 @@ CFLAGS+= -I${.CURDIR}/../../crypto
VERSION_DEF= ${.CURDIR}/../libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud