diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
commit | afe781faa21084dfa14882d0ea0d497d947c9ad9 (patch) | |
tree | 7e1b63048b9193a35ed0fb49b4e6b0728cd3cab1 /bin/rmail/Makefile | |
parent | c6986681896d70c1eec04bee847c2ccd9fd11f65 (diff) | |
download | src-afe781faa21084dfa14882d0ea0d497d947c9ad9.tar.gz src-afe781faa21084dfa14882d0ea0d497d947c9ad9.zip |
Lock down with WFORMAT=1 except those directories with unfixed warnings.
Tested on i386 and alpha.
Notes
Notes:
svn path=/head/; revision=90166
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r-- | bin/rmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 9de213c607cd..bea11ef06bac 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -12,6 +12,8 @@ MAN= rmail.8 CFLAGS+=-I${SENDMAIL_DIR}/include WARNS= 0 +WFORMAT?= 0 + .if exists(${.OBJDIR}/../../lib/libsmutil) LIBSMUTILDIR:= ${.OBJDIR}/../../lib/libsmutil .else |