mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
13 lines
158 B
Makefile
13 lines
158 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
libibverbs \
|
|
librdmacm \
|
|
infiniband-diags
|
|
|
|
SUBDIR.${MK_OFED_EXTRA}+= opensm
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|