Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 20:04:13 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350151 - head/sbin/ifconfig
Message-ID:  <201907192004.x6JK4D2Y030173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Jul 19 20:04:13 2019
New Revision: 350151
URL: https://svnweb.freebsd.org/changeset/base/350151

Log:
  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.

Modified:
  head/sbin/ifconfig/Makefile

Modified: head/sbin/ifconfig/Makefile
==============================================================================
--- head/sbin/ifconfig/Makefile	Fri Jul 19 20:02:01 2019	(r350150)
+++ head/sbin/ifconfig/Makefile	Fri Jul 19 20:04:13 2019	(r350151)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907192004.x6JK4D2Y030173>