From 4b330699f819a81d8e34d471225143ffeb321855 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 --- lib/atf/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/atf/Makefile') diff --git a/lib/atf/Makefile b/lib/atf/Makefile index 481bce97f13e..baadf535b424 100644 --- a/lib/atf/Makefile +++ b/lib/atf/Makefile @@ -29,10 +29,7 @@ SUBDIR= libatf-c \ libatf-c++ \ - ${_tests} -.if ${MK_TESTS} != "no" -_tests= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3