2017-08-02 16:00:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-06-16 15:05:05 +00:00
|
|
|
_spath= ${SRCTOP}/contrib/ofed/infiniband-diags
|
|
|
|
.PATH: ${_spath}/src ${_spath}/man
|
2017-08-02 16:00:30 +00:00
|
|
|
|
|
|
|
BINDIR?= /usr/bin
|
|
|
|
SRCS+= ibdiag_common.c ibdiag_sa.c
|
2017-12-05 08:25:17 +00:00
|
|
|
CFLAGS+= -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/infiniband
|
2017-08-02 16:00:30 +00:00
|
|
|
CFLAGS+= -DHAVE_CONFIG_H=1
|
2018-06-16 15:05:05 +00:00
|
|
|
CFLAGS+= -I${_spath} -I${_spath}/src
|
2017-08-02 16:00:30 +00:00
|
|
|
LIBADD+= osmcomp ibmad ibumad
|
|
|
|
|