aboutsummaryrefslogtreecommitdiff
path: root/lib/libmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmp/Makefile')
-rw-r--r--lib/libmp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile
index 16f96abaa030..496c6839da60 100644
--- a/lib/libmp/Makefile
+++ b/lib/libmp/Makefile
@@ -15,8 +15,6 @@ CFLAGS+= -I${SRCTOP}/crypto
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>