]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/usr.lib/libibmad/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / usr.lib / libibmad / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6 .include "../Makefile.inc"
7
8 IBSRCDIR=       ${IBMADDIR}/src
9
10 .PATH: ${IBSRCDIR}
11
12 LIB=            ibmad
13 SHLIB_MAJOR=    1
14 NO_PROFILE=
15
16 SRCS=   dump.c fields.c gs.c mad.c portid.c register.c resolve.c rpc.c sa.c \
17         serv.c smp.c vendor.c
18
19 CFLAGS+= -DHAVE_CONFIG_H
20
21 VERSION_MAP= ${IBSRCDIR}/libibmad.map
22
23 .include <bsd.lib.mk>