aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-01 08:55:28 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-01 08:55:28 +0000
commitfce40e6ec69aeef3bdab9ef7fe264982e66b94d2 (patch)
tree45dc0030e5d9c1cab49d782d461aa289b29726be /bin/sh/Makefile
parentec65e9977a8b61d4286bc6c740ad0a033fd514bc (diff)
Notes
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 64eb0f022a04..b707917b5997 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,6 +21,8 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
+WARNS= 0
+WFORMAT=0
.PATH: ${.CURDIR}/bltin \
${.CURDIR}/../../bin/test