Default to WARNS=2.

Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
This commit is contained in:
David E. O'Brien
2001-12-04 02:19:58 +00:00
parent a748290789
commit 2d68bf45bf
95 changed files with 108 additions and 22 deletions
+1
View File
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= comcontrol
WARNS= 0
MAN= comcontrol.8
.include <bsd.prog.mk>