From b7946da96b4498519f66f3f5fe72d1474bf13f7d Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- usr.bin/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/Makefile.inc') 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 -- cgit v1.2.3