summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:14:31 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:14:31 +0000
commit2dfe4da949340502e028fbac90bf09eba18cda97 (patch)
treedccd4e6c60fad5b38a8bf7ccd488a87b666e3e10 /secure
parent327f92037dfdc3fca4c9cc4c83ce14b2abd2deab (diff)
downloadFreeBSD-src-2dfe4da949340502e028fbac90bf09eba18cda97.zip
FreeBSD-src-2dfe4da949340502e028fbac90bf09eba18cda97.tar.gz
MFC r289393:
Add more SUBDIR_PARALLEL.
Diffstat (limited to 'secure')
-rw-r--r--secure/Makefile4
-rw-r--r--secure/libexec/Makefile2
-rw-r--r--secure/usr.bin/Makefile2
-rw-r--r--secure/usr.sbin/Makefile2
4 files changed, 9 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile
index db5a32e..0794db6 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -2,7 +2,9 @@
.include <bsd.own.mk>
-SUBDIR= lib libexec ${_tests} usr.bin usr.sbin
+SUBDIR= lib .WAIT \
+ libexec ${_tests} usr.bin usr.sbin
+SUBDIR_PARALLEL=
.if ${MK_TESTS} != "no"
_tests= tests
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 9edc8e6..484bad8 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -11,4 +11,6 @@ SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
SUBDIR+=tests
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index e819ba7..8de53e2 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -14,4 +14,6 @@ SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
SUBDIR+=tests
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile
index 33d945c..37d8282 100644
--- a/secure/usr.sbin/Makefile
+++ b/secure/usr.sbin/Makefile
@@ -11,4 +11,6 @@ SUBDIR+=sshd
SUBDIR+=tests
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud