xref: /trueos/contrib/ofed/include/rdma/Makefile (revision 8fe640108653f13042f1b15213769e338aa524f6)
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