aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ofed/infiniband-diags/Makefile
blob: c25b24d5af5266fd748446455fd55aea27d1da99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.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>