mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
- 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
13 lines
275 B
Makefile
13 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>
|