From 38bdbdd81a8c15c074ffdb1e42178f3838eea977 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 7 Dec 1998 12:44:12 +0000 Subject: CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minor ones in rmail have been fixed. --- bin/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/Makefile.inc') diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 4fdaae4..0c085ca 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,7 +1,8 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $ BINDIR?= /bin +CFLAGS+= -Wall -Wformat NOSHARED?= YES .if exists (${.CURDIR}/../../secure) -- cgit v1.1