abbe7d5acd
Manager, under the new option WITH_OFED_EXTRA, disabled by default. Reviewed by: bdrewery, hselasky (previous version) Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D16230
36 lines
401 B
Makefile
36 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
ibstat
|
|
|
|
.if ${MK_OFED_EXTRA} != "no"
|
|
SUBDIR+= \
|
|
dump_fts \
|
|
ibaddr \
|
|
ibcacheedit \
|
|
ibccconfig \
|
|
ibccquery \
|
|
iblinkinfo \
|
|
ibmirror \
|
|
ibnetdiscover \
|
|
ibping \
|
|
ibportstate \
|
|
ibqueryerrors \
|
|
ibroute \
|
|
ibsysstat \
|
|
ibtracert \
|
|
perfquery \
|
|
saquery \
|
|
sminfo \
|
|
smpdump \
|
|
smpquery \
|
|
vendstat
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|
|
|