aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2005-06-30 11:56:31 +0000
committerJohan Karlsson <johan@FreeBSD.org>2005-06-30 11:56:31 +0000
commit5ceb03e494ec2b8be0aad8adb3cd8801545a6d49 (patch)
tree26dcf4df54086250ee100b4e3b62ce3fe863184b /usr.bin/gencat
parent7fe8d3ceb1447754d37ff8336f3cbe05159c763d (diff)
downloadsrc-5ceb03e494ec2b8be0aad8adb3cd8801545a6d49.tar.gz
src-5ceb03e494ec2b8be0aad8adb3cd8801545a6d49.zip
Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values
until it does. Approved by: re (dwhite)
Notes
Notes: svn path=/head/; revision=147694
Diffstat (limited to 'usr.bin/gencat')
-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 c880565e297a..a6c9991bb5b9 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>