]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ofed/infiniband-diags/Makefile
Move mostly useless examples binaries from OFED, as well as the Subnet
[FreeBSD/FreeBSD.git] / usr.bin / ofed / infiniband-diags / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= \
6         ibstat
7
8 .if ${MK_OFED_EXTRA} != "no"
9 SUBDIR+= \
10         dump_fts \
11         ibaddr \
12         ibcacheedit \
13         ibccconfig \
14         ibccquery \
15         iblinkinfo \
16         ibmirror \
17         ibnetdiscover \
18         ibping \
19         ibportstate \
20         ibqueryerrors \
21         ibroute \
22         ibsysstat \
23         ibtracert \
24         perfquery \
25         saquery \
26         sminfo \
27         smpdump \
28         smpquery \
29         vendstat
30 .endif
31
32 SUBDIR_PARALLEL=
33
34 .include <bsd.subdir.mk>
35