summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_ra_svn
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/svn/lib/libsvn_ra_svn')
-rw-r--r--usr.bin/svn/lib/libsvn_ra_svn/Makefile21
-rw-r--r--usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend13
2 files changed, 34 insertions, 0 deletions
diff --git a/usr.bin/svn/lib/libsvn_ra_svn/Makefile b/usr.bin/svn/lib/libsvn_ra_svn/Makefile
new file mode 100644
index 0000000..a3c9dbe
--- /dev/null
+++ b/usr.bin/svn/lib/libsvn_ra_svn/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH: ${SVNDIR}/libsvn_ra_svn
+
+INTERNALLIB= yes
+LIB= svn_ra_svn
+
+SRCS= client.c cram.c cyrus_auth.c deprecated.c editorp.c \
+ internal_auth.c marshal.c streams.c version.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>
diff --git a/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend b/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend
new file mode 100644
index 0000000..18be76b
--- /dev/null
+++ b/usr.bin/svn/lib/libsvn_ra_svn/Makefile.depend
@@ -0,0 +1,13 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
OpenPOWER on IntegriCloud