summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_delta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/svn/lib/libsvn_delta/Makefile')
-rw-r--r--usr.bin/svn/lib/libsvn_delta/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.bin/svn/lib/libsvn_delta/Makefile b/usr.bin/svn/lib/libsvn_delta/Makefile
new file mode 100644
index 0000000..5be1644
--- /dev/null
+++ b/usr.bin/svn/lib/libsvn_delta/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+.PATH: ${SVNDIR}/libsvn_delta
+
+INTERNALLIB= yes
+LIB= svn_delta
+
+SRCS= cancel.c compat.c compose_delta.c debug_editor.c \
+ default_editor.c deprecated.c depth_filter_editor.c editor.c \
+ path_driver.c svndiff.c text_delta.c version.c xdelta.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