From 7cda87fc700ce18b530204c9d2376287f3dca0cf Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 6 Nov 2015 00:06:10 +0000 Subject: [PATCH] Add SUBDIR_PARALLEL. None of these libraries depend on each other. Submitted by: Jia-Shiun Li MFC after: 2 weeks --- usr.bin/svn/lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/svn/lib/Makefile b/usr.bin/svn/lib/Makefile index ff8309b2f676..fd3ad856b104 100644 --- a/usr.bin/svn/lib/Makefile +++ b/usr.bin/svn/lib/Makefile @@ -4,5 +4,6 @@ SUBDIR= libapr libapr_util libserf \ libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_fs_fs \ libsvn_fs_util libsvn_fs_x libsvn_ra libsvn_ra_local libsvn_ra_serf \ libsvn_ra_svn libsvn_repos libsvn_subr libsvn_wc +SUBDIR_PARALLEL= .include