aboutsummaryrefslogtreecommitdiff
path: root/lib/libpathconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpathconv/Makefile')
-rw-r--r--lib/libpathconv/Makefile4
1 files changed, 1 insertions, 3 deletions
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 <bsd.lib.mk>