summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-11-27 21:30:38 +0000
committeryar <yar@FreeBSD.org>2006-11-27 21:30:38 +0000
commit5e5ca344427b92386bc0f13395797b755bd7f7bc (patch)
treea51c119e9612c7d17d8fa501ea3fa3c3cafb717f /usr.bin/systat
parent8b7cde4e1adc94e84790c4be836d4c48f4659ca2 (diff)
downloadFreeBSD-src-5e5ca344427b92386bc0f13395797b755bd7f7bc.zip
FreeBSD-src-5e5ca344427b92386bc0f13395797b755bd7f7bc.tar.gz
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
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index e4f8c40..4f5f229 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -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
OpenPOWER on IntegriCloud