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]
/
libexec
/
Makefile
diff --git
a/libexec/Makefile
b/libexec/Makefile
index
0352327
..
58cfa94
100644
(file)
--- a/
libexec/Makefile
+++ b/
libexec/Makefile
@@
-35,4
+35,8
@@
SUBDIR= atrun \
SUBDIR+=mail.local smrsh
.endif
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>