1.include <bsd.own.mk>
2
3INCS=
4RDMACM=		${.CURDIR}/../../librdmacm/include/rdma
5RDMACMINCS=	${RDMACM}/rdma_cma.h ${RDMACM}/rdma_cma_abi.h
6RDMACMINCSDIR=	${INCLUDEDIR}/rdma
7
8INCSGROUPS=	RDMACMINCS
9
10.include <bsd.prog.mk>
11