1 2.include <src.opts.mk> 3 4SUBDIR= \ 5 ibstat 6 7.if ${MK_OFED_EXTRA} != "no" 8SUBDIR+= \ 9 dump_fts \ 10 ibaddr \ 11 ibcacheedit \ 12 ibccconfig \ 13 ibccquery \ 14 iblinkinfo \ 15 ibmirror \ 16 ibnetdiscover \ 17 ibping \ 18 ibportstate \ 19 ibqueryerrors \ 20 ibroute \ 21 ibsysstat \ 22 ibtracert \ 23 perfquery \ 24 saquery \ 25 sminfo \ 26 smpdump \ 27 smpquery \ 28 vendstat 29.endif 30 31SUBDIR_PARALLEL= 32 33.include <bsd.subdir.mk> 34 35