2017-11-24 09:01:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-07-20 23:52:11 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2017-11-24 09:01:08 +00:00
|
|
|
SUBDIR= \
|
2018-06-16 15:05:05 +00:00
|
|
|
libibverbs \
|
|
|
|
librdmacm \
|
|
|
|
infiniband-diags
|
2017-11-24 09:01:08 +00:00
|
|
|
|
2018-07-20 23:52:11 +00:00
|
|
|
SUBDIR.${MK_OFED_EXTRA}+= opensm
|
|
|
|
|
2017-11-24 09:01:08 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|