Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-16 23:43:58 +00:00
parent c9009f9f3d
commit 1ff68ea3a0

View File

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