From 5ceb03e494ec2b8be0aad8adb3cd8801545a6d49 Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Thu, 30 Jun 2005 11:56:31 +0000 Subject: [PATCH] Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values until it does. Approved by: re (dwhite) --- usr.bin/gencat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index c880565e297..a6c9991bb5b 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= gencat -WARNS?= 8 +WARNS?= 6 .include