summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2005-06-30 11:56:31 +0000
committerjohan <johan@FreeBSD.org>2005-06-30 11:56:31 +0000
commit8067e5f81884308eef2d8d0899a4c12079920878 (patch)
tree26dcf4df54086250ee100b4e3b62ce3fe863184b /usr.bin/gencat/Makefile
parentd05041d6f293f12ec9034de76bd70239c7ac1a59 (diff)
downloadFreeBSD-src-8067e5f81884308eef2d8d0899a4c12079920878.zip
FreeBSD-src-8067e5f81884308eef2d8d0899a4c12079920878.tar.gz
Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values
until it does. Approved by: re (dwhite)
Diffstat (limited to 'usr.bin/gencat/Makefile')
-rw-r--r--usr.bin/gencat/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud