summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-03-25 22:08:59 +0000
committerbrooks <brooks@FreeBSD.org>2005-03-25 22:08:59 +0000
commit6d4772ae400e3febe8113bdb4e4f68de9b3204eb (patch)
tree0694b39fe48e69b6d4bcf744be958d68fa634a78 /sbin
parent012bf80ac957d25c2395d645ea284c8779ec8158 (diff)
downloadFreeBSD-src-6d4772ae400e3febe8113bdb4e4f68de9b3204eb.zip
FreeBSD-src-6d4772ae400e3febe8113bdb4e4f68de9b3204eb.tar.gz
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
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile
index 6b301e9..c90f0f6 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud