From 57350d35781ecc77d22ed9f77cfc1ec26e59064d Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 9 May 2017 05:22:51 +0000 Subject: [PATCH] Mark this Makefile SUBDIR_PARALLEL I inserted the necessary SUBDIR+= .WAIT in the previous commit MFC after: 3 weeks Sponsored by: Dell EMC Isilon --- sys/modules/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/modules/tests/Makefile b/sys/modules/tests/Makefile index d1cb74323bb6..8b5bf36f63fc 100644 --- a/sys/modules/tests/Makefile +++ b/sys/modules/tests/Makefile @@ -4,4 +4,6 @@ SUBDIR+= framework SUBDIR+= .WAIT SUBDIR+= callout_test +SUBDIR_PARALLEL= + .include