From 2cfe8b8d46495f6b26131696d21e14dcb6e67915 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 12 Jul 2019 04:44:50 +0000 Subject: [PATCH] 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. --- rescue/rescue/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 6a1f7d9c768e..0afb93a38f16 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -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