diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-15 22:55:08 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-15 22:55:08 +0000 |
| commit | aa92269e4636d8ec1b42fcd66e6f52c479e77516 (patch) | |
| tree | 8b6b24f8267d31f993df80da9a63b614ae0f2a31 /secure | |
| parent | 61c20fc78239a66440b69ac90b2a1d68f079f671 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/Makefile | 4 | ||||
| -rw-r--r-- | secure/libexec/Makefile | 2 | ||||
| -rw-r--r-- | secure/usr.bin/Makefile | 2 | ||||
| -rw-r--r-- | secure/usr.sbin/Makefile | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile index 12778538cf2c..0b8ec0106eca 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 07aa3dd4bdc4..2e2eaf96da1d 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 e14ebe3000e9..f85fced7501a 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 e42f456b12d0..9b2f910f9c49 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> |
