Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values

until it does.

Approved by:	re (dwhite)
This commit is contained in:
Johan Karlsson 2005-06-30 11:56:31 +00:00
parent 7fe8d3ceb1
commit 5ceb03e494
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147694

View file

@ -1,6 +1,6 @@
# $FreeBSD$
PROG= gencat
WARNS?= 8
WARNS?= 6
.include <bsd.prog.mk>