summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-19 16:00:24 +0000
committerru <ru@FreeBSD.org>2009-10-19 16:00:24 +0000
commit763b9ae1f84c34313cd6617611f6269bfa151b66 (patch)
treee4ddc2d8bac2fea0bfd2aabd8451289e9adf00ae /sbin/routed/Makefile
parent85b92382975dcce3c4e75db4f6d039ac9c2ce510 (diff)
downloadFreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.zip
FreeBSD-src-763b9ae1f84c34313cd6617611f6269bfa151b66.tar.gz
Switch the default WARNS level for sbin/ to 6.
Submitted by: Ulrich Spörlein
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 99b07f5..8c7559f 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -7,9 +7,7 @@ MAN= routed.8
SUBDIR= rtquery
LDADD= -lmd
DPADD= ${LIBMD}
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
-WARNS?= 6
-.else
+.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64"
WARNS?= 0
.endif
OpenPOWER on IntegriCloud