summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile.inc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-10-15 17:36:56 +0000
committergjb <gjb@FreeBSD.org>2015-10-15 17:36:56 +0000
commit609a691adaec0e17e6c3e66dd8f5c3a0f5b05882 (patch)
tree938919dc21bad97a2e96d808270dd31b2c871668 /usr.bin/svn/Makefile.inc
parent3484950cf7faac9943c1f04bb91592f2b0de1d22 (diff)
parente0a76fc624ff8f59328873dcf100f69d94d852f8 (diff)
downloadFreeBSD-src-609a691adaec0e17e6c3e66dd8f5c3a0f5b05882.zip
FreeBSD-src-609a691adaec0e17e6c3e66dd8f5c3a0f5b05882.tar.gz
MFH to r289370
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/svn/Makefile.inc')
-rw-r--r--usr.bin/svn/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/svn/Makefile.inc b/usr.bin/svn/Makefile.inc
index 9d37b46..2621238 100644
--- a/usr.bin/svn/Makefile.inc
+++ b/usr.bin/svn/Makefile.inc
@@ -31,6 +31,7 @@ LIBSVN_DIFFDIR= ${.OBJDIR}/../lib/libsvn_diff
LIBSVN_FSDIR= ${.OBJDIR}/../lib/libsvn_fs
LIBSVN_FS_FSDIR= ${.OBJDIR}/../lib/libsvn_fs_fs
LIBSVN_FS_UTILDIR= ${.OBJDIR}/../lib/libsvn_fs_util
+LIBSVN_FS_XDIR= ${.OBJDIR}/../lib/libsvn_fs_x
LIBSVN_RADIR= ${.OBJDIR}/../lib/libsvn_ra
LIBSVN_RA_LOCALDIR= ${.OBJDIR}/../lib/libsvn_ra_local
LIBSVN_RA_SVNDIR= ${.OBJDIR}/../lib/libsvn_ra_svn
@@ -49,6 +50,7 @@ LIBSVN_DIFF= ${LIBSVN_DIFFDIR}/libsvn_diff.a
LIBSVN_FS= ${LIBSVN_FSDIR}/libsvn_fs.a
LIBSVN_FS_FS= ${LIBSVN_FS_FSDIR}/libsvn_fs_fs.a
LIBSVN_FS_UTIL= ${LIBSVN_FS_UTILDIR}/libsvn_fs_util.a
+LIBSVN_FS_X= ${LIBSVN_FS_XDIR}/libsvn_fs_x.a
LIBSVN_RA= ${LIBSVN_RADIR}/libsvn_ra.a
LIBSVN_RA_LOCAL= ${LIBSVN_RA_LOCALDIR}/libsvn_ra_local.a
LIBSVN_RA_SVN= ${LIBSVN_RA_SVNDIR}/libsvn_ra_svn.a
OpenPOWER on IntegriCloud