From be50838f9a0786ef9a05e22b6a21703828693a7a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 4 Mar 2016 22:37:44 +0000 Subject: [PATCH] DIRDEPS_BUILD: Connect ofed. Sponsored by: EMC / Isilon Storage Division --- contrib/ofed/usr.bin/ibaddr/Makefile.depend | 22 ++++++++++++++++ .../usr.bin/ibnetdiscover/Makefile.depend | 23 ++++++++++++++++ contrib/ofed/usr.bin/ibping/Makefile.depend | 21 +++++++++++++++ .../ofed/usr.bin/ibportstate/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.bin/ibroute/Makefile.depend | 23 ++++++++++++++++ .../ofed/usr.bin/ibsendtrap/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.bin/ibstat/Makefile.depend | 20 ++++++++++++++ .../ofed/usr.bin/ibsysstat/Makefile.depend | 21 +++++++++++++++ .../ofed/usr.bin/ibtracert/Makefile.depend | 23 ++++++++++++++++ contrib/ofed/usr.bin/opensm/Makefile.depend | 26 +++++++++++++++++++ contrib/ofed/usr.bin/osmtest/Makefile.depend | 26 +++++++++++++++++++ .../ofed/usr.bin/perfquery/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.bin/saquery/Makefile.depend | 26 +++++++++++++++++++ contrib/ofed/usr.bin/sminfo/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.bin/smpdump/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.bin/smpquery/Makefile.depend | 23 ++++++++++++++++ contrib/ofed/usr.bin/vendstat/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.lib/libcxgb4/Makefile.depend | 21 +++++++++++++++ contrib/ofed/usr.lib/libibcm/Makefile.depend | 19 ++++++++++++++ .../ofed/usr.lib/libibcommon/Makefile.depend | 18 +++++++++++++ contrib/ofed/usr.lib/libibmad/Makefile.depend | 21 +++++++++++++++ .../ofed/usr.lib/libibumad/Makefile.depend | 19 ++++++++++++++ .../ofed/usr.lib/libibverbs/Makefile.depend | 18 +++++++++++++ contrib/ofed/usr.lib/libmlx4/Makefile.depend | 20 ++++++++++++++ contrib/ofed/usr.lib/libmthca/Makefile.depend | 20 ++++++++++++++ .../ofed/usr.lib/libopensm/Makefile.depend | 20 ++++++++++++++ .../ofed/usr.lib/libosmcomp/Makefile.depend | 20 ++++++++++++++ .../ofed/usr.lib/libosmvendor/Makefile.depend | 22 ++++++++++++++++ .../ofed/usr.lib/librdmacm/Makefile.depend | 19 ++++++++++++++ contrib/ofed/usr.lib/libsdp/Makefile.depend | 19 ++++++++++++++ targets/pseudo/userland/Makefile.depend | 21 +++++++++++++++ targets/pseudo/userland/lib/Makefile.depend | 17 ++++++++++++ 32 files changed, 674 insertions(+) create mode 100644 contrib/ofed/usr.bin/ibaddr/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibping/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibportstate/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibroute/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibsendtrap/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibstat/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibsysstat/Makefile.depend create mode 100644 contrib/ofed/usr.bin/ibtracert/Makefile.depend create mode 100644 contrib/ofed/usr.bin/opensm/Makefile.depend create mode 100644 contrib/ofed/usr.bin/osmtest/Makefile.depend create mode 100644 contrib/ofed/usr.bin/perfquery/Makefile.depend create mode 100644 contrib/ofed/usr.bin/saquery/Makefile.depend create mode 100644 contrib/ofed/usr.bin/sminfo/Makefile.depend create mode 100644 contrib/ofed/usr.bin/smpdump/Makefile.depend create mode 100644 contrib/ofed/usr.bin/smpquery/Makefile.depend create mode 100644 contrib/ofed/usr.bin/vendstat/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libcxgb4/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libibcm/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libibcommon/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libibmad/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libibumad/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libibverbs/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libmlx4/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libmthca/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libopensm/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libosmcomp/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libosmvendor/Makefile.depend create mode 100644 contrib/ofed/usr.lib/librdmacm/Makefile.depend create mode 100644 contrib/ofed/usr.lib/libsdp/Makefile.depend diff --git a/contrib/ofed/usr.bin/ibaddr/Makefile.depend b/contrib/ofed/usr.bin/ibaddr/Makefile.depend new file mode 100644 index 000000000000..97ff2c9f294d --- /dev/null +++ b/contrib/ofed/usr.bin/ibaddr/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend b/contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend new file mode 100644 index 000000000000..a4dafaf55e18 --- /dev/null +++ b/contrib/ofed/usr.bin/ibnetdiscover/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libosmcomp \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibping/Makefile.depend b/contrib/ofed/usr.bin/ibping/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/ibping/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibportstate/Makefile.depend b/contrib/ofed/usr.bin/ibportstate/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/ibportstate/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibroute/Makefile.depend b/contrib/ofed/usr.bin/ibroute/Makefile.depend new file mode 100644 index 000000000000..a4dafaf55e18 --- /dev/null +++ b/contrib/ofed/usr.bin/ibroute/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libosmcomp \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibsendtrap/Makefile.depend b/contrib/ofed/usr.bin/ibsendtrap/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/ibsendtrap/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibstat/Makefile.depend b/contrib/ofed/usr.bin/ibstat/Makefile.depend new file mode 100644 index 000000000000..dfd90529cb4e --- /dev/null +++ b/contrib/ofed/usr.bin/ibstat/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibsysstat/Makefile.depend b/contrib/ofed/usr.bin/ibsysstat/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/ibsysstat/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/ibtracert/Makefile.depend b/contrib/ofed/usr.bin/ibtracert/Makefile.depend new file mode 100644 index 000000000000..a4dafaf55e18 --- /dev/null +++ b/contrib/ofed/usr.bin/ibtracert/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libosmcomp \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/opensm/Makefile.depend b/contrib/ofed/usr.bin/opensm/Makefile.depend new file mode 100644 index 000000000000..797b43be1f1d --- /dev/null +++ b/contrib/ofed/usr.bin/opensm/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libopensm \ + contrib/ofed/usr.lib/libosmcomp \ + contrib/ofed/usr.lib/libosmvendor \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + usr.bin/yacc.host \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/osmtest/Makefile.depend b/contrib/ofed/usr.bin/osmtest/Makefile.depend new file mode 100644 index 000000000000..1f2ff139a26c --- /dev/null +++ b/contrib/ofed/usr.bin/osmtest/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libopensm \ + contrib/ofed/usr.lib/libosmcomp \ + contrib/ofed/usr.lib/libosmvendor \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/perfquery/Makefile.depend b/contrib/ofed/usr.bin/perfquery/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/perfquery/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/saquery/Makefile.depend b/contrib/ofed/usr.bin/saquery/Makefile.depend new file mode 100644 index 000000000000..1f2ff139a26c --- /dev/null +++ b/contrib/ofed/usr.bin/saquery/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libopensm \ + contrib/ofed/usr.lib/libosmcomp \ + contrib/ofed/usr.lib/libosmvendor \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/sminfo/Makefile.depend b/contrib/ofed/usr.bin/sminfo/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/sminfo/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/smpdump/Makefile.depend b/contrib/ofed/usr.bin/smpdump/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/smpdump/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/smpquery/Makefile.depend b/contrib/ofed/usr.bin/smpquery/Makefile.depend new file mode 100644 index 000000000000..a4dafaf55e18 --- /dev/null +++ b/contrib/ofed/usr.bin/smpquery/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libosmcomp \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.bin/vendstat/Makefile.depend b/contrib/ofed/usr.bin/vendstat/Makefile.depend new file mode 100644 index 000000000000..b1cc1b024622 --- /dev/null +++ b/contrib/ofed/usr.bin/vendstat/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libcxgb4/Makefile.depend b/contrib/ofed/usr.lib/libcxgb4/Makefile.depend new file mode 100644 index 000000000000..7bb3c2d58eb9 --- /dev/null +++ b/contrib/ofed/usr.lib/libcxgb4/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibverbs \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libibcm/Makefile.depend b/contrib/ofed/usr.lib/libibcm/Makefile.depend new file mode 100644 index 000000000000..e8013ca72b20 --- /dev/null +++ b/contrib/ofed/usr.lib/libibcm/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibverbs \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libibcommon/Makefile.depend b/contrib/ofed/usr.lib/libibcommon/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/contrib/ofed/usr.lib/libibcommon/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libibmad/Makefile.depend b/contrib/ofed/usr.lib/libibmad/Makefile.depend new file mode 100644 index 000000000000..a32fbc92151f --- /dev/null +++ b/contrib/ofed/usr.lib/libibmad/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibumad \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libibumad/Makefile.depend b/contrib/ofed/usr.lib/libibumad/Makefile.depend new file mode 100644 index 000000000000..d8b158b60dab --- /dev/null +++ b/contrib/ofed/usr.lib/libibumad/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibcommon \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libibverbs/Makefile.depend b/contrib/ofed/usr.lib/libibverbs/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/contrib/ofed/usr.lib/libibverbs/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libmlx4/Makefile.depend b/contrib/ofed/usr.lib/libmlx4/Makefile.depend new file mode 100644 index 000000000000..9a8a2fe8cd66 --- /dev/null +++ b/contrib/ofed/usr.lib/libmlx4/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibverbs \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libmthca/Makefile.depend b/contrib/ofed/usr.lib/libmthca/Makefile.depend new file mode 100644 index 000000000000..9a8a2fe8cd66 --- /dev/null +++ b/contrib/ofed/usr.lib/libmthca/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibverbs \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libopensm/Makefile.depend b/contrib/ofed/usr.lib/libopensm/Makefile.depend new file mode 100644 index 000000000000..233756861206 --- /dev/null +++ b/contrib/ofed/usr.lib/libopensm/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libosmcomp/Makefile.depend b/contrib/ofed/usr.lib/libosmcomp/Makefile.depend new file mode 100644 index 000000000000..8caf1871aa9c --- /dev/null +++ b/contrib/ofed/usr.lib/libosmcomp/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + lib/msun \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libosmvendor/Makefile.depend b/contrib/ofed/usr.lib/libosmvendor/Makefile.depend new file mode 100644 index 000000000000..20e0a6b5c645 --- /dev/null +++ b/contrib/ofed/usr.lib/libosmvendor/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libopensm \ + contrib/ofed/usr.lib/libosmcomp \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/librdmacm/Makefile.depend b/contrib/ofed/usr.lib/librdmacm/Makefile.depend new file mode 100644 index 000000000000..e8013ca72b20 --- /dev/null +++ b/contrib/ofed/usr.lib/librdmacm/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + contrib/ofed/usr.lib/libibverbs \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/contrib/ofed/usr.lib/libsdp/Makefile.depend b/contrib/ofed/usr.lib/libsdp/Makefile.depend new file mode 100644 index 000000000000..54c1f6f1442e --- /dev/null +++ b/contrib/ofed/usr.lib/libsdp/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index dcb870656f6a..c6e278e44d78 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -894,6 +894,27 @@ DIRDEPS.powerpc= \ DIRDEPS+= usr.bin/dtc .endif +.if ${MK_OFED} != "no" +DIRDEPS+= \ + contrib/ofed/usr.bin/ibaddr \ + contrib/ofed/usr.bin/ibnetdiscover \ + contrib/ofed/usr.bin/ibping \ + contrib/ofed/usr.bin/ibportstate \ + contrib/ofed/usr.bin/ibroute \ + contrib/ofed/usr.bin/ibsendtrap \ + contrib/ofed/usr.bin/ibstat \ + contrib/ofed/usr.bin/ibsysstat \ + contrib/ofed/usr.bin/ibtracert \ + contrib/ofed/usr.bin/opensm \ + contrib/ofed/usr.bin/osmtest \ + contrib/ofed/usr.bin/perfquery \ + contrib/ofed/usr.bin/saquery \ + contrib/ofed/usr.bin/sminfo \ + contrib/ofed/usr.bin/smpdump \ + contrib/ofed/usr.bin/smpquery \ + contrib/ofed/usr.bin/vendstat +.endif + DIRDEPS+= ${DIRDEPS.${MACHINE}:U} diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index 1ef12f0bf065..7b911fea9393 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -197,4 +197,21 @@ DIRDEPS+= \ .endif +.if ${MK_OFED} != "no" +DIRDEPS+= \ + contrib/ofed/usr.lib/libcxgb4 \ + contrib/ofed/usr.lib/libibcm \ + contrib/ofed/usr.lib/libibcommon \ + contrib/ofed/usr.lib/libibmad \ + contrib/ofed/usr.lib/libibumad \ + contrib/ofed/usr.lib/libibverbs \ + contrib/ofed/usr.lib/libmlx4 \ + contrib/ofed/usr.lib/libmthca \ + contrib/ofed/usr.lib/libopensm \ + contrib/ofed/usr.lib/libosmcomp \ + contrib/ofed/usr.lib/libosmvendor \ + contrib/ofed/usr.lib/librdmacm \ + contrib/ofed/usr.lib/libsdp +.endif + .include