]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/usr.lib/libibumad/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / usr.lib / libibumad / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6 .include "../Makefile.inc"
7
8 IBSRCDIR=       ${UMADDIR}/src
9
10 .PATH: ${IBSRCDIR}
11
12 LIB=            ibumad
13 SHLIB_MAJOR=    1
14 NO_PROFILE=
15
16 SRCS=   umad.c
17
18 CFLAGS+= -DHAVE_CONFIG_H
19
20 VERSION_MAP= ${IBSRCDIR}/libibumad.map
21
22 .include <bsd.lib.mk>