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.bin
/
Makefile
diff --git
a/usr.bin/Makefile
b/usr.bin/Makefile
index
a63a52f
..
35bebcd
100644
(file)
--- a/
usr.bin/Makefile
+++ b/
usr.bin/Makefile
@@
-7,6
+7,11
@@
# XXX Use GNU versions: apropos diff grep ld man ptx uucp whatis
# Moved to secure: bdes
#
+
+# No ordering dependencies, everything can run in parallel
+#
+SUBDIR_ORDERED=
+
SUBDIR= alias \
apply \
asa \