svn commit: r349933 - head/rescue/rescue

Warner Losh imp at FreeBSD.org
Fri Jul 12 04:44:51 UTC 2019


Author: imp
Date: Fri Jul 12 04:44:50 2019
New Revision: 349933
URL: https://svnweb.freebsd.org/changeset/base/349933

Log:
  Remove unused defines since r147075
  
  When the OpenBSD dhclient was brought in 14 years ago, we stopped
  supporting building a reduced sized dhclient, yet retained the options
  here.  Also, the OpenBSD dhclient doesn't need lint defined, so it can
  go too.

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Fri Jul 12 02:15:06 2019	(r349932)
+++ head/rescue/rescue/Makefile	Fri Jul 12 04:44:50 2019	(r349933)
@@ -172,7 +172,6 @@ CRUNCH_ALIAS_shutdown= poweroff
 
 # dhclient has historically been troublesome...
 CRUNCH_PROGS_sbin+= dhclient
-CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint
 
 ##################################################################
 # Programs from stock /usr/bin


More information about the svn-src-head mailing list