From 8e4d16cb28ae5131448ca95e59e9025426195a29 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 2 Aug 2017 08:35:51 +0000 Subject: Convert traditional ${MK_TESTS} conditional idiom for including test directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks --- pw/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pw/Makefile b/pw/Makefile index f26c9de..bdb4384 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -12,8 +12,6 @@ LIBADD= crypt util sbuf .include -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3-56-ge451