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 /gnu/Makefile | |
| parent | 61c20fc78239a66440b69ac90b2a1d68f079f671 (diff) | |
Notes
Diffstat (limited to 'gnu/Makefile')
| -rw-r--r-- | gnu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 25480c7b951a..bd84bc426981 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -3,10 +3,13 @@ .include <src.opts.mk> -SUBDIR= lib ${_tests} usr.bin +SUBDIR= lib .WAIT \ + ${_tests} usr.bin .if ${MK_TESTS} != "no" _tests= tests .endif +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |
