From 8067e5f81884308eef2d8d0899a4c12079920878 Mon Sep 17 00:00:00 2001 From: johan Date: Thu, 30 Jun 2005 11:56:31 +0000 Subject: 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(-) (limited to 'usr.bin/gencat/Makefile') diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index c880565..a6c9991 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= gencat -WARNS?= 8 +WARNS?= 6 .include -- cgit v1.1