From 2dfe4da949340502e028fbac90bf09eba18cda97 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:14:31 +0000 Subject: MFC r289393: Add more SUBDIR_PARALLEL. --- secure/Makefile | 4 +++- secure/libexec/Makefile | 2 ++ secure/usr.bin/Makefile | 2 ++ secure/usr.sbin/Makefile | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) (limited to 'secure') diff --git a/secure/Makefile b/secure/Makefile index db5a32e..0794db6 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -2,7 +2,9 @@ .include -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 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 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 -- cgit v1.1