Remove RELEASE_CRUNCH

RELEASE_CRUNCH isn't used for releases any more. If someone wants to subset,
then they can set MK_JAIL=no instead.
This commit is contained in:
Warner Losh 2019-07-19 20:04:13 +00:00
parent c1264e76cd
commit 51d357cbb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350151

View File

@ -63,7 +63,7 @@ CFLAGS+= -DINET6
.if ${MK_INET_SUPPORT} != "no"
CFLAGS+= -DINET
.endif
.if ${MK_JAIL} != "no" && !defined(RELEASE_CRUNCH) && !defined(RESCUE)
.if ${MK_JAIL} != "no" && !defined(RESCUE)
CFLAGS+= -DJAIL
LIBADD+= jail
.endif