1# $FreeBSD$ 2 3PROG= ibv_srq_pingpong 4MAN= ibv_srq_pingpong.1 5SRCS= srq_pingpong.c pingpong.c 6 7.include <bsd.prog.mk> 8