From 4ea03b3140eec1ec482e55de4d63f65c30ceda82 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 11 Dec 2002 01:21:57 +0000 Subject: [PATCH] Backout unapproved WARNS level change occasionally slipped into previous commit. Big pointy hat to: sobomax --- usr.sbin/newsyslog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 7312f101ff0..ab06f3a5041 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -3,6 +3,6 @@ PROG= newsyslog MAN= newsyslog.8 -WARNS?= 4 +WARNS?= 2 .include