xref: /freebsd/usr.bin/ofed/libibverbs/asyncwatch/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	rdma
2PROG=	ibv_asyncwatch
3MAN=	ibv_asyncwatch.1
4SRCS=	asyncwatch.c
5
6.include <bsd.prog.mk>
7