summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-15 22:55:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-15 22:55:08 +0000
commit153205e33f5afb4965e71c9a5bab7edd7ec215af (patch)
tree8b6b24f8267d31f993df80da9a63b614ae0f2a31 /secure
parent1b224bebd4cbe6d294a9ab56a4578d337ea4f611 (diff)
downloadFreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.zip
FreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.tar.gz
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
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 1277853..0b8ec01 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -2,7 +2,9 @@
.include <src.opts.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 07aa3dd..2e2eaf9 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 e14ebe3..f85fced 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 e42f456..9b2f910 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