Remove RELEASE_CRUNCH here

If someone wants to subset, they can set MK_ICONV=no. We no longer use it for
the release.
This commit is contained in:
Warner Losh 2019-07-19 20:04:31 +00:00
parent 435e57a1b9
commit fddfaafd65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350154

View file

@ -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