mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
32 lines
380 B
Makefile
32 lines
380 B
Makefile
_spath= ${SRCTOP}/contrib/ofed/libibmad
|
|
.PATH: ${_spath}
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
LIB= ibmad
|
|
SHLIB_MAJOR= 5
|
|
MK_PROFILE= no
|
|
|
|
SRCS= \
|
|
bm.c \
|
|
cc.c \
|
|
dump.c \
|
|
fields.c \
|
|
gs.c \
|
|
mad.c \
|
|
portid.c \
|
|
register.c \
|
|
resolve.c \
|
|
rpc.c \
|
|
sa.c \
|
|
serv.c \
|
|
smp.c \
|
|
vendor.c
|
|
|
|
LIBADD= ibumad
|
|
CFLAGS+= -DHAVE_CONFIG_H=1
|
|
CFLAGS+= -I${_spath}
|
|
VERSION_MAP= ${_spath}/libibmad.map
|
|
|
|
.include <bsd.lib.mk>
|
|
|