mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
It was disabled by default in fe52b7f60e. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.
Relnotes: Yes
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558
13 lines
216 B
Makefile
13 lines
216 B
Makefile
_spath= ${SRCTOP}/contrib/ofed/libibcm
|
|
.PATH: ${_spath}
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
LIB= ibcm
|
|
SHLIB_MAJOR= 1
|
|
SRCS= cm.c
|
|
LIBADD= ibverbs
|
|
CFLAGS+= -I${_spath}
|
|
MAN=
|
|
VERSION_MAP= ${_spath}/libibcm.map
|
|
|
|
.include <bsd.lib.mk>
|