1# $FreeBSD$ 2 3PACKAGE= rdma 4PROG= ibv_asyncwatch 5MAN= ibv_asyncwatch.1 6SRCS= asyncwatch.c 7 8.include <bsd.prog.mk> 9