aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a31e22579d..b385ae024a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,11 @@ SUBDIR+= zh_TW.Big5
DOC_PREFIX?= ${.CURDIR}
+.if exists(/usr/bin/svnlite)
+SVN?= /usr/bin/svnlite
+.else
SVN?= /usr/local/bin/svn
+.endif
update:
.if !exists(${SVN})