]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/svn/lib/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / svn / lib / Makefile.inc
1 # $FreeBSD$
2
3 .if !defined(SVNDIR)
4
5 SVNDIR=         ${.CURDIR}/../../../../contrib/subversion/subversion
6 APRU=           ${.CURDIR}/../../../../contrib/apr-util
7 APR=            ${.CURDIR}/../../../../contrib/apr
8 SQLITE=         ${.CURDIR}/../../../../contrib/sqlite3
9 SERF=           ${.CURDIR}/../../../../contrib/serf
10
11 WARNS?=         0       # definitely not ready
12
13 .if exists(${.CURDIR}/../../../Makefile.inc)
14 .include "${.CURDIR}/../../../Makefile.inc"
15 .endif
16
17 .endif