aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index b707917b5997..64eb0f022a04 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,8 +21,6 @@ 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