]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/ofed/usr.lib/libibumad/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>