diff options
Diffstat (limited to 'usr.bin/Makefile.inc')
-rw-r--r-- | usr.bin/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 2ee98c34aab5..534349f25155 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -3,6 +3,4 @@ BINDIR?= /usr/bin -# Commented out for the time being. -# I intend to make this default at some stage. -#WARNS?= 2 +WARNS?= 6 |