projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
build - Significantly improve parallel buildworld times
[dragonfly.git]
/
usr.sbin
/
Makefile
diff --git
a/usr.sbin/Makefile
b/usr.sbin/Makefile
index
d3680dd
..
9ecfdf7
100644
(file)
--- a/
usr.sbin/Makefile
+++ b/
usr.sbin/Makefile
@@
-188,4
+188,8
@@
SUBDIR+=boot0cfg
SUBDIR+=installer
.endif
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>