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