diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2015-05-20 12:26:09 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2015-05-20 12:26:09 +0000 |
commit | 6b32ba6294116aad3a7cfbb5d048859547e0d0a2 (patch) | |
tree | 9496ea358d378b8f77688c30433f7af3b49c6955 /cddl/usr.sbin/Makefile | |
parent | dc4ea824d4519f3df0b30e059a866231a68db2c1 (diff) | |
download | src-6b32ba6294116aad3a7cfbb5d048859547e0d0a2.tar.gz src-6b32ba6294116aad3a7cfbb5d048859547e0d0a2.zip |
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
Notes
Notes:
svn path=/head/; revision=283147
Diffstat (limited to 'cddl/usr.sbin/Makefile')
-rw-r--r-- | cddl/usr.sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile index 73315ffa1a69..d309075a4306 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -46,4 +46,6 @@ _dtruss= dtruss _lockstat= lockstat .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |