10 lines
176 B
PHP
10 lines
176 B
PHP
|
# $FreeBSD$
|
||
|
|
||
|
_spath=${SRCTOP}/contrib/ofed/libibverbs
|
||
|
.PATH: ${_spath}/examples ${_spath}/man
|
||
|
|
||
|
BINDIR?= /usr/bin
|
||
|
CFLAGS+= -I${_spath}
|
||
|
LIBADD+= ibverbs mlx4 mlx5 cxgb4 pthread
|
||
|
|