From fddfaafd65ee54c80cc92330e98b3e359e515e5a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 19 Jul 2019 20:04:31 +0000 Subject: [PATCH] Remove RELEASE_CRUNCH here If someone wants to subset, they can set MK_ICONV=no. We no longer use it for the release. --- usr.bin/vi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 43fc40ae0f7..195890dde5c 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -37,7 +37,7 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex LIBADD= util ncursesw CFLAGS+= -DUSE_WIDECHAR -.if ${MK_ICONV} == "yes" && !defined(RESCUE) && !defined(RELEASE_CRUNCH) +.if ${MK_ICONV} == "yes" && !defined(RESCUE) CFLAGS+= -DUSE_ICONV .endif