From: bdrewery Date: Fri, 6 Nov 2015 00:06:10 +0000 (+0000) Subject: Add SUBDIR_PARALLEL. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7da87b1c0d06f2a20b9f247b9c7834bba9a04981;p=people%2Fliuw%2Ffreebsd.git Add SUBDIR_PARALLEL. None of these libraries depend on each other. Submitted by: Jia-Shiun Li MFC after: 2 weeks --- diff --git a/usr.bin/svn/lib/Makefile b/usr.bin/svn/lib/Makefile index ff8309b2f67..fd3ad856b10 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