opnsense-src/contrib/ofed/usr.lib/libibcm/Makefile
Bryan Drewery 400b94bbeb Fix over/under-linking in contrib/ofed.
Sponsored by:	EMC / Isilon Storage Division
2016-03-04 22:37:09 +00:00

24 lines
330 B
Makefile

# $FreeBSD$
SHLIBDIR?= /usr/lib
.include <bsd.own.mk>
.include "../Makefile.inc"
IBCMDIR= ${.CURDIR}/../../libibcm
IBSRCDIR= ${IBCMDIR}/src
.PATH: ${IBSRCDIR}
LIB= ibcm
SHLIB_MAJOR= 1
MK_PROFILE= no
SRCS= cm.c
LIBADD= ibverbs
CFLAGS+= -I${IBCMDIR}/include
MAN=
VERSION_MAP= ${IBSRCDIR}/libibcm.map
.include <bsd.lib.mk>