Adjust max WARNs for sparc64.

This commit is contained in:
David E. O'Brien 2002-12-30 09:48:40 +00:00
parent 8d32d8d50d
commit 1ee0ac542b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108436

View File

@ -2,7 +2,6 @@
PROG= whereis
MAN= whereis.1
WARNS?= 6
NO_WERROR= true
WARNS?= 5
.include <bsd.prog.mk>