f39bffc62c
Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries. With help from: bdrewery Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D15648
9 lines
194 B
Makefile
9 lines
194 B
Makefile
# $FreeBSD$
|
|
|
|
_spath=${SRCTOP}/contrib/ofed/librdmacm
|
|
.PATH: ${_spath}/examples ${_spath}/man
|
|
|
|
BINDIR?= /usr/bin
|
|
CFLAGS+= -I${SRCTOP}/contrib/ofed
|
|
LIBADD+= ibverbs rdmacm mlx4 mlx5 cxgb4 pthread
|