summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-27 06:49:27 +0000
committerngie <ngie@FreeBSD.org>2015-04-27 06:49:27 +0000
commite70955b9f3e0bf50084cce2441cbef78855cfe72 (patch)
treebd3b70795abfce5544a3f32da1005eccfe88235e /lib/libthr/Makefile
parentae58ab71569db8b938431e9d65efd95a89636247 (diff)
downloadFreeBSD-src-e70955b9f3e0bf50084cce2441cbef78855cfe72.zip
FreeBSD-src-e70955b9f3e0bf50084cce2441cbef78855cfe72.tar.gz
Build/install libc, librt, libthr, and msun NetBSD test suites on all
architectures MFC after: 1 week
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 0770d06..1717672 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -61,6 +61,8 @@ SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so
SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
.endif
-.include <bsd.arch.inc.mk>
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud