mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 03:33:51 -04:00
Put all the rdma related tools into this package.
Differential Revision: https://reviews.freebsd.org/D31799
(cherry picked from commit cab6a39d7b)
14 lines
160 B
Makefile
14 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= FreeBSD-rdma
|
|
|
|
SUBDIR= \
|
|
asyncwatch \
|
|
devinfo \
|
|
devices \
|
|
rc_pingpong \
|
|
srq_pingpong \
|
|
uc_pingpong \
|
|
ud_pingpong
|
|
|
|
.include <bsd.subdir.mk>
|