]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/svn/lib/libsvn_client/Makefile
Merge OpenSSL 1.1.1g.
[FreeBSD/FreeBSD.git] / usr.bin / svn / lib / libsvn_client / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH:  ${SVNDIR}/libsvn_client
6
7 INTERNALLIB=    yes
8 LIB=            svn_client
9
10 SRCS=           add.c blame.c cat.c changelist.c checkout.c cleanup.c \
11                 cmdline.c commit_util.c commit.c compat_providers.c \
12                 conflicts.c copy_foreign.c copy.c ctx.c delete.c deprecated.c \
13                 diff_local.c diff_summarize.c diff.c export.c externals.c \
14                 import.c info.c iprops.c list.c locking_commands.c log.c \
15                 merge_elements.c merge.c mergeinfo.c mtcc.c patch.c \
16                 prop_commands.c ra.c relocate.c repos_diff.c resolved.c \
17                 revert.c revisions.c shelve.c status.c switch.c update.c \
18                 upgrade.c url.c util.c version.c
19
20 CFLAGS+=        -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
21                 -I${.CURDIR}/../libapr \
22                 -I${APR}/include/arch/unix \
23                 -I${APR}/include \
24                 -I${.CURDIR}/../libapr_util \
25                 -I${APRU}/include/private \
26                 -I${APRU}/include
27
28 .include <bsd.lib.mk>