diff options
Diffstat (limited to 'usr.bin/svn/lib/libsvn_ra/Makefile')
-rw-r--r-- | usr.bin/svn/lib/libsvn_ra/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.bin/svn/lib/libsvn_ra/Makefile b/usr.bin/svn/lib/libsvn_ra/Makefile new file mode 100644 index 0000000..1e7a22c --- /dev/null +++ b/usr.bin/svn/lib/libsvn_ra/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +.include "${.CURDIR}/../Makefile.inc" + +.PATH: ${SVNDIR}/libsvn_ra + +INTERNALLIB= yes +LIB= svn_ra + +SRCS= compat.c debug_reporter.c deprecated.c editor.c \ + ra_loader.c util.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> |