From c1045205c13a04481f1e57da82bb4abffb5e0ee5 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Feb 2004 20:05:14 +0000 Subject: style.Makefile: Use WARNS?= instead of WARNS= --- bin/rmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/rmail') diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index f721d8d..532a8d3 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -8,7 +8,7 @@ PROG= rmail SRCS= rmail.c MAN= rmail.8 CFLAGS+=-I${SENDMAIL_DIR}/include -I. -WARNS= 0 +WARNS?= 0 WFORMAT=0 .if exists(${.OBJDIR}/../../lib/libsm) -- cgit v1.1