aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 02:49:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 02:49:19 +0000
commitafe781faa21084dfa14882d0ea0d497d947c9ad9 (patch)
tree7e1b63048b9193a35ed0fb49b4e6b0728cd3cab1 /bin/sh/Makefile
parentc6986681896d70c1eec04bee847c2ccd9fd11f65 (diff)
downloadsrc-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/sh/Makefile')
-rw-r--r--bin/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 33ca205f97ab..b707917b5997 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -22,6 +22,7 @@ CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
WARNS= 0
+WFORMAT=0
.PATH: ${.CURDIR}/bltin \
${.CURDIR}/../../bin/test