diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-03-25 22:08:59 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-03-25 22:08:59 +0000 |
| commit | 6c6faad6dd7711526203f6ddd556dce10af1825d (patch) | |
| tree | 0694b39fe48e69b6d4bcf744be958d68fa634a78 /sbin | |
| parent | e33b116b78416854aaf77c591bc30072568886e6 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ifconfig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <bsd.prog.mk> |
