mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
|
_spath=${SRCTOP}/contrib/ofed/libibverbs
|
|
.PATH: ${_spath}/examples ${_spath}/man
|
|
|
|
BINDIR?= /usr/bin
|
|
CFLAGS+= -I${_spath}
|
|
LIBADD+= ibverbs mlx4 mlx5 cxgb4 irdma pthread
|
|
|
|
WARNS?= 2
|