Back out rev. 1.17: arch-dependent WARNS level.

The policy is that the WARNS level should characterize the
quality of a piece of code irrespective of any conditions.
Otherwise the code doesn't deserve the WARNS level assigned.

Requested by:	ru
This commit is contained in:
Yaroslav Tykhiy 2006-11-27 21:30:38 +00:00
parent e40fc50b9f
commit d3985f17d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164695

View File

@ -9,10 +9,6 @@ SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
mode.c ip.c tcp.c \
vmstat.c convtbl.c ifcmds.c ifstat.c
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
WARNS?= 6
.endif
.if ${MK_INET6_SUPPORT} != "no"
SRCS+= icmp6.c ip6.c
CFLAGS+= -DINET6