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:
parent
e33b116b78
commit
6c6faad6dd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user