summaryrefslogtreecommitdiffstats
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-21 17:32:38 +0000
committerngie <ngie@FreeBSD.org>2014-08-21 17:32:38 +0000
commit71a15c49c9c23dd5d03306cca1bb30683a18accf (patch)
tree47331b8c4e405e30d0b9408a6721690d0b2b0eae /lib/libmp/Makefile
parentb7f4763aafc2ac37e27faa771c72a44e4b57d2df (diff)
downloadFreeBSD-src-71a15c49c9c23dd5d03306cca1bb30683a18accf.zip
FreeBSD-src-71a15c49c9c23dd5d03306cca1bb30683a18accf.tar.gz
MFC r269534:
Integrate lib/libmp into the build/kyua - Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co--mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division MFC note: src.opts.mk in the original commit was changed to bsd.own.mk.
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