]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/svn/lib/libsvn_fs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / svn / lib / libsvn_fs / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_fs
6
7 INTERNALLIB=    yes
8 LIB=            svn_fs
9
10 SRCS=           access.c editor.c fs-loader.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>