summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_fs_fs/Makefile
blob: b747877e2a02a16983a20171162e834c592630ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${SVNDIR}/libsvn_fs_fs

INTERNALLIB=	yes
LIB=		svn_fs_fs

SRCS=		caching.c dag.c fs.c fs_fs.c id.c key-gen.c lock.c \
		rep-cache.c temp_serializer.c tree.c

CFLAGS+=	-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
		-I${.CURDIR}/../libapr \
		-I${APR}/include/arch/unix \
		-I${APR}/include \
		-I${.CURDIR}/../libapr_util \
		-I${APRU}/include/private \
		-I${APRU}/include

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud