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]
/
secure
/
lib
/
Makefile
diff --git
a/secure/lib/Makefile
b/secure/lib/Makefile
index
8735d20
..
e95425f
100644
(file)
--- a/
secure/lib/Makefile
+++ b/
secure/lib/Makefile
@@
-9,4
+9,8
@@
SUBDIR+=libssh
.endif
.endif
+# maximum parallelism
+#
+SUBDIR_ORDERED=
+
.include <bsd.subdir.mk>