mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
10 lines
218 B
Makefile
10 lines
218 B
Makefile
.include <bsd.own.mk>
|
|
|
|
INCS=
|
|
RDMACM= ${.CURDIR}/../../librdmacm/include/rdma
|
|
RDMACMINCS= ${RDMACM}/rdma_cma.h ${RDMACM}/rdma_cma_abi.h
|
|
RDMACMINCSDIR= ${INCLUDEDIR}/rdma
|
|
|
|
INCSGROUPS= RDMACMINCS
|
|
|
|
.include <bsd.prog.mk>
|