cab6a39d7b
Put all the rdma related tools into this package. Differential Revision: https://reviews.freebsd.org/D31799
15 lines
160 B
Makefile
15 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= FreeBSD-rdma
|
|
|
|
SUBDIR= \
|
|
asyncwatch \
|
|
devinfo \
|
|
devices \
|
|
rc_pingpong \
|
|
srq_pingpong \
|
|
uc_pingpong \
|
|
ud_pingpong
|
|
|
|
.include <bsd.subdir.mk>
|