aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-10-01 12:12:45 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-10-01 12:12:45 +0000
commitca5434bae6dce66e598f9ce6e74eed651acd82eb (patch)
treeda3974b57f498734c21627487843d90e19fdbad6
parent8c395729973a319b7ea5ffb578a30ce4c97cf667 (diff)
Notes
-rw-r--r--bin/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index b707917b5997d..64eb0f022a048 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