freebsd-dev/usr.bin/ofed/libibverbs/uc_pingpong/Makefile
Emmanuel Vadot cab6a39d7b pkgbase: Create a FreeBSD-rdma package
Put all the rdma related tools into this package.

Differential Revision:	 https://reviews.freebsd.org/D31799
2021-09-07 10:22:16 +02:00

9 lines
127 B
Makefile

# $FreeBSD$
PACKAGE= rdma
PROG= ibv_uc_pingpong
MAN= ibv_uc_pingpong.1
SRCS= uc_pingpong.c pingpong.c
.include <bsd.prog.mk>