systat(1) reaches WARNS=6 on i386 and amd64. This is good

for catching general regressions in future.  Unfortunately,
it still displays some problems at WARNS=6 on architectures
with stricter alignment requirements, e.g., ia64.
This commit is contained in:
Yaroslav Tykhiy 2006-11-27 17:54:28 +00:00
parent 599cc46d95
commit c3d6542fd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164681

View File

@ -9,6 +9,10 @@ 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