freebsd-skq/contrib/ofed/usr.bin/Makefile
hselasky 9117e0288e Add makefile for the "osmtest" utility. While at it:
- Fix depend target by removing a space after an "-I" inclusion option.
- Fix some minor compile issues in the "osmtest" utility.

MFC after:	3 days
PR:		196580
Sponsored by:	Mellanox Technologies
2015-01-08 14:45:54 +00:00

14 lines
275 B
Makefile

.include <src.opts.mk>
SUBDIR= ibaddr ibnetdiscover ibping ibportstate ibroute ibsendtrap ibstat \
ibsysstat ibtracert opensm perfquery saquery \
sminfo smpdump smpquery vendstat
.if ${MK_TESTS} != "no"
SUBDIR+= osmtest
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>