Handle building on systems utilising WITH_SVN knob.
PR: 227973 Submitted by: Dries Michiels <dries.michiels at gmail> Approved by: bcr (mentor) Sponsored by: Essen Hackathon Differential Revision: https://reviews.freebsd.org/D16695
This commit is contained in:
parent
452edfddb3
commit
993cd61730
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52119
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -37,6 +37,8 @@ DOC_PREFIX?= ${.CURDIR}
|
||||||
|
|
||||||
.if exists(/usr/bin/svnlite)
|
.if exists(/usr/bin/svnlite)
|
||||||
SVN?= /usr/bin/svnlite
|
SVN?= /usr/bin/svnlite
|
||||||
|
.elif exists(/usr/bin/svn)
|
||||||
|
SVN?= /usr/bin/svn
|
||||||
.else
|
.else
|
||||||
SVN?= /usr/local/bin/svn
|
SVN?= /usr/local/bin/svn
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue