]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/usr.lib/libsdp/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 / libsdp / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6
7 SDPDIR= ${.CURDIR}/../../libsdp/src
8
9 .PATH: ${SDPDIR}
10
11 LIB=            ibsdp
12 SHLIB_MAJOR=    1
13 NO_PROFILE=
14 NO_MAN=
15
16 SRCS=   log.c match.c port.c config_parser.c config_scanner.c
17
18 CFLAGS+=        -DSYSCONFDIR=\"/etc\"
19 CFLAGS+= -I${OFEDSYS}/include
20
21 .include <bsd.lib.mk>