Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.

MFC after:	1 week
This commit is contained in:
dim 2011-12-16 23:43:58 +00:00
parent d9e9968084
commit 30af3079fa

View File

@ -7,5 +7,6 @@ MAN= rtquery.8
LDADD= -lmd
DPADD= ${LIBMD}
WARNS?= 3
NO_WARRAY_BOUNDS=
.include <bsd.prog.mk>