summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/Makefile.inc
blob: 74a455c09918fc4558f86dd2febd974ae71de457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.if !defined(SVNDIR)

SVNDIR=		${.CURDIR}/../../../../contrib/subversion/subversion
APRU=		${.CURDIR}/../../../../contrib/apr-util
APR=		${.CURDIR}/../../../../contrib/apr
SQLITE=		${.CURDIR}/../../../../contrib/sqlite3
SERF=		${.CURDIR}/../../../../contrib/serf

WARNS?=		0	# definitely not ready

.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif

.endif
OpenPOWER on IntegriCloud