mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
15 lines
232 B
Makefile
15 lines
232 B
Makefile
|
|
_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>
|