summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
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 64eb0f0..33ca205 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,6 +21,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
# CFLAGS+= -g -DDEBUG=2
+WARNS= 0
.PATH: ${.CURDIR}/bltin \
${.CURDIR}/../../bin/test
OpenPOWER on IntegriCloud