freebsd-src/lib/ofed/libibcm/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
232 B
Makefile
Raw Normal View History

_spath= ${SRCTOP}/contrib/ofed/libibcm
.PATH: ${_spath}
SHLIBDIR?= /usr/lib
LIB= ibcm
SHLIB_MAJOR= 1
MK_PROFILE= no
SRCS= cm.c
LIBADD= ibverbs
CFLAGS+= -I${_spath}
MAN=
VERSION_MAP= ${_spath}/libibcm.map
.include <bsd.lib.mk>