diff options
-rw-r--r-- | usr.bin/gencat/Makefile | 2 |
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> |