mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
../libibverbs/examples/build \
|
|
../librdmacm/examples/build \
|
|
../opensm/opensm \
|
|
../infiniband-diags/build
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|