HardenedBSD/lib/ofed/libibmad/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
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
2024-07-15 16:43:39 -06:00

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>