9117e0288e
- 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
14 lines
275 B
Makefile
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>
|