From eb6626f52a16d28af0c82b780e66f18faccbb6df Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 21 Sep 2001 07:25:53 +0000 Subject: [PATCH] WARNS= -> WARNS?= --- usr.sbin/newsyslog/Makefile | 2 +- usr.sbin/wicontrol/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 268053154abc..ab06f3a5041f 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -3,6 +3,6 @@ PROG= newsyslog MAN= newsyslog.8 -WARNS= 2 +WARNS?= 2 .include diff --git a/usr.sbin/wicontrol/Makefile b/usr.sbin/wicontrol/Makefile index 04bddfc97a5a..e336ad871ccf 100644 --- a/usr.sbin/wicontrol/Makefile +++ b/usr.sbin/wicontrol/Makefile @@ -5,6 +5,6 @@ MAN= wicontrol.8 CFLAGS+= -DWICACHE -WARNS=2 +WARNS?= 2 .include