summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a3186d7..f0fa19b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -366,6 +366,10 @@ SUBDIR+= users
SUBDIR+= who
.endif
+.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
+SUBDIR+= svn
+.endif
+
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O}
OpenPOWER on IntegriCloud