]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_ra_local/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / svn / lib / libsvn_ra_local / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_ra_local
6
7 INTERNALLIB=    yes
8 LIB=            svn_ra_local
9
10 SRCS=           ra_plugin.c split_url.c
11
12 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
13                 -I${.CURDIR}/../libapr \
14                 -I${APR}/include/arch/unix \
15                 -I${APR}/include \
16                 -I${.CURDIR}/../libapr_util \
17                 -I${APRU}/include/private \
18                 -I${APRU}/include
19
20 .include <bsd.lib.mk>