summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libserf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/svn/lib/libserf')
-rw-r--r--usr.bin/svn/lib/libserf/Makefile25
-rw-r--r--usr.bin/svn/lib/libserf/Makefile.depend16
2 files changed, 41 insertions, 0 deletions
diff --git a/usr.bin/svn/lib/libserf/Makefile b/usr.bin/svn/lib/libserf/Makefile
new file mode 100644
index 0000000..f8d618f
--- /dev/null
+++ b/usr.bin/svn/lib/libserf/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+INTERNALLIB= yes
+LIB= serf
+
+SRCS= aggregate_buckets.c allocator.c auth.c auth_basic.c \
+ auth_digest.c auth_spnego.c auth_spnego_gss.c barrier_buckets.c \
+ buckets.c bwtp_buckets.c chunk_buckets.c context.c \
+ dechunk_buckets.c deflate_buckets.c file_buckets.c \
+ headers_buckets.c incoming.c iovec_buckets.c limit_buckets.c \
+ mmap_buckets.c outgoing.c request_buckets.c \
+ response_body_buckets.c response_buckets.c simple_buckets.c \
+ socket_buckets.c ssl_buckets.c ssltunnel.c
+
+.PATH: ${SERF}/buckets ${SERF}/auth ${SERF}
+
+CFLAGS+= -I${.CURDIR} -I${SERF} \
+ -I${.CURDIR}/../libapr \
+ -I${APR}/include/arch/unix -I${APR}/include \
+ -I${.CURDIR}/../libapr_util \
+ -I${APRU}/include
+
+.include <bsd.lib.mk>
diff --git a/usr.bin/svn/lib/libserf/Makefile.depend b/usr.bin/svn/lib/libserf/Makefile.depend
new file mode 100644
index 0000000..044c8f7
--- /dev/null
+++ b/usr.bin/svn/lib/libserf/Makefile.depend
@@ -0,0 +1,16 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/libz \
+ secure/lib/libcrypto \
+ secure/lib/libssl \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
OpenPOWER on IntegriCloud