From c55cd9092d6d46a11046896355c8ff0dd4d806bc Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 7 Jun 2005 09:32:23 +0000 Subject: [PATCH] - Remove OpenBSD'ism (bsd.own.mk). - Remove redundant and harmful -Wall from CFLAGS. --- sbin/dhclient/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 2be575f643f8..6c838b814ad4 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -31,8 +31,6 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -.include - SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ parse.c privsep.c @@ -41,6 +39,4 @@ PROG= dhclient SCRIPTS=dhclient-script MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8 -CFLAGS+=-Wall - .include