Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2019 04:44:50 +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: r349933 - head/rescue/rescue
Message-ID:  <201907120444.x6C4ioil002037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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