summaryrefslogtreecommitdiffstats
path: root/sbin/routed/rtquery
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-02-27 10:17:27 +0000
committeruqs <uqs@FreeBSD.org>2010-02-27 10:17:27 +0000
commit5507bf921433cbb45958f3e841eea5a0959dba8b (patch)
tree4f66df0e7569ce59346b939de108284db51e91a6 /sbin/routed/rtquery
parentcda83d34a93e726f393334db2387227f1b55efa9 (diff)
downloadFreeBSD-src-5507bf921433cbb45958f3e841eea5a0959dba8b.zip
FreeBSD-src-5507bf921433cbb45958f3e841eea5a0959dba8b.tar.gz
routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs
- The MACHINE_ARCH check is not exhaustive (missing at least powerpc), and generally not worth maintaining. - While here, fix whitespace and ordering of the Makefile PR: bin/140081 Approved by: ed (co-mentor)
Diffstat (limited to 'sbin/routed/rtquery')
-rw-r--r--sbin/routed/rtquery/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index 7076158..458d1ca 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -6,6 +6,6 @@ PROG= rtquery
MAN= rtquery.8
LDADD= -lmd
DPADD= ${LIBMD}
-WARNS?= 0
+WARNS?= 3
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud