svn commit: r350151 - head/sbin/ifconfig

Warner Losh imp at FreeBSD.org
Fri Jul 19 20:04:14 UTC 2019


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


More information about the svn-src-all mailing list