From d3848ad47b2459e90d46c84bb137d2ceabd51bbd Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 3 Dec 2016 00:40:08 +0000 Subject: MFstable/11 r309453: MFC r307700: Only build lib/libc/tests/iconv if MK_ICONV != no --- lib/libc/tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index 15db4fd..6f60599 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -24,6 +24,10 @@ TESTS_SUBDIRS+= termios TESTS_SUBDIRS+= tls TESTS_SUBDIRS+= ttyio +.if ${MK_ICONV} != "no" +TESTS_SUBDIRS+= iconv +.endif + .if ${MK_LOCALES} != "no" TESTS_SUBDIRS+= locale .endif -- cgit v1.1