summaryrefslogtreecommitdiff
path: root/inet/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-29 17:59:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-29 17:59:46 +0000
commit41b5aaf9c93b45455c51666b6c273d2ae56008a3 (patch)
tree3e34e05e157c7fd8f3b8710da375c40980f8ed53 /inet/Makefile
parent9c145d90edea1319bb79fbbc159a9853b3e2523a (diff)
(CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c): Removed.
Diffstat (limited to 'inet/Makefile')
-rw-r--r--inet/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 945f8e50a8..a78a8865f2 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -50,11 +50,6 @@ routines := htonl htons \
tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode tst-network
-# No warnings about losing BSD code.
-CFLAGS-rcmd.c = -w
-CFLAGS-rexec.c = -w
-CFLAGS-ruserpass.c = -w
-
include ../Rules
ifeq ($(have-thread-library),yes)