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]
/
bin
/
Makefile
diff --git
a/bin/Makefile
b/bin/Makefile
index
93efd52
..
8befa98
100644
(file)
--- a/
bin/Makefile
+++ b/
bin/Makefile
@@
-40,4
+40,8
@@
SUBDIR= cat \
SUBDIR+=rmail
.endif
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>