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
This commit is contained in:
Brooks Davis 2005-03-25 22:08:59 +00:00
parent e33b116b78
commit 6c6faad6dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144130

View File

@ -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>