3750ccefb8
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
15 lines
226 B
Makefile
15 lines
226 B
Makefile
_spath= ${SRCTOP}/contrib/ofed/libibumad
|
|
.PATH: ${_spath}
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
LIB= ibumad
|
|
SHLIB_MAJOR= 1
|
|
SRCS= \
|
|
umad.c \
|
|
umad_str.c \
|
|
sysfs.c
|
|
CFLAGS+= -I${_spath}
|
|
VERSION_MAP= ${_spath}/libibumad.map
|
|
|
|
.include <bsd.lib.mk>
|