summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-08 02:11:13 +0000
committerngie <ngie@FreeBSD.org>2015-01-08 02:11:13 +0000
commite0b43c6fb09bc2ec11d9a9d2740dd0e65d065b49 (patch)
treea74b890a9d70662f3e59eb376d569b7dcfec087e /contrib/ofed
parent3d5784d38f98413896cb494bb98a188a9a039b7b (diff)
downloadFreeBSD-src-e0b43c6fb09bc2ec11d9a9d2740dd0e65d065b49.zip
FreeBSD-src-e0b43c6fb09bc2ec11d9a9d2740dd0e65d065b49.tar.gz
Build contrib/ofed/usr.{bin,lib} in parallel
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/ofed')
-rw-r--r--contrib/ofed/usr.bin/Makefile4
-rw-r--r--contrib/ofed/usr.lib/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ofed/usr.bin/Makefile b/contrib/ofed/usr.bin/Makefile
index aa27a51..9ae1427 100644
--- a/contrib/ofed/usr.bin/Makefile
+++ b/contrib/ofed/usr.bin/Makefile
@@ -1,7 +1,7 @@
-.include <bsd.own.mk>
-
SUBDIR = ibaddr ibnetdiscover ibping ibportstate ibroute ibsendtrap ibstat
SUBDIR += ibsysstat ibtracert opensm perfquery saquery
SUBDIR += sminfo smpdump smpquery vendstat
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
diff --git a/contrib/ofed/usr.lib/Makefile b/contrib/ofed/usr.lib/Makefile
index 1bf7168..38d5e16 100644
--- a/contrib/ofed/usr.lib/Makefile
+++ b/contrib/ofed/usr.lib/Makefile
@@ -1,6 +1,6 @@
-.include <bsd.own.mk>
-
SUBDIR = libibcommon libibmad libibumad libibverbs libmlx4 libmthca
SUBDIR += libopensm libosmcomp libosmvendor libibcm librdmacm libsdp libcxgb4
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud