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/libpathconv/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libpathconv') diff --git a/lib/libpathconv/Makefile b/lib/libpathconv/Makefile index abdf127df0c8..10da9bb08d6d 100644 --- a/lib/libpathconv/Makefile +++ b/lib/libpathconv/Makefile @@ -13,8 +13,6 @@ SRCS= abs2rel.c rel2abs.c #VERSION_DEF= ${SRCTOP/lib/libc/Versions.def #SYMBOL_MAPS= ${.CURDIR}/Symbol.map -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include -- cgit v1.2.3