Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are

freestanding (they require libraries build via make libraries in buildworld)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-05-20 12:26:09 +00:00
parent dc4ea824d4
commit 6b32ba6294
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283147
3 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,6 @@ _zfs= zfs
_zpool= zpool
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -26,4 +26,6 @@ _zstreamdump = zstreamdump
.endif
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -46,4 +46,6 @@ _dtruss= dtruss
_lockstat= lockstat
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>