diff options
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index dd50211..96f1992 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -46,6 +46,8 @@ routines := ntohl ntohs htonl htons \ getaliasent_r getaliasent getaliasname getaliasname_r # No warnings about losing BSD code. -override +gccwarn := -w +CFLAGS-rcmd.c = -w +CFLAGS-rexec.c = -w +CFLAGS-ruserpass.c = -w include ../Rules |