diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2018-06-16 15:05:05 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2018-06-16 15:05:05 +0000 |
| commit | f39bffc62c1395bde25d152c7f68fdf7cbaab414 (patch) | |
| tree | 332b0ed14aadb5e616872aec9afaddf3dd19ca7f /lib/ofed/libibmad | |
| parent | 20efcfc602b7a57979da99f0a1f917d9fb4a30e1 (diff) | |
Notes
Diffstat (limited to 'lib/ofed/libibmad')
| -rw-r--r-- | lib/ofed/libibmad/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/ofed/libibmad/Makefile b/lib/ofed/libibmad/Makefile new file mode 100644 index 000000000000..fcb0508e956e --- /dev/null +++ b/lib/ofed/libibmad/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +_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> + |
