From 6c6faad6dd7711526203f6ddd556dce10af1825d Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 25 Mar 2005 22:08:59 +0000 Subject: Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference to .depends other then the commant line. Also remove -g from CFLAGS. The user should add it to CFLAGS if they desire debug support. Reviewed by: ru (in concept) MFC After: 7 days --- sbin/ifconfig/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/ifconfig/Makefile') diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 6b301e9b1e91..c90f0f6460b1 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -34,8 +34,7 @@ LDADD= -lipx MAN= ifconfig.8 -CFLAGS+= -g -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \ - -Wnested-externs -I.. +CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs WARNS?= 0 .include -- cgit v1.2.3