summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-10-01 12:12:45 +0000
committermux <mux@FreeBSD.org>2002-10-01 12:12:45 +0000
commita7fdee892c88f9829bdc62d7e1cb31e5654ebb40 (patch)
treeda3974b57f498734c21627487843d90e19fdbad6 /bin/sh/Makefile
parent2b33063d0129e681bab01e87ef4c16c7c964a401 (diff)
downloadFreeBSD-src-a7fdee892c88f9829bdc62d7e1cb31e5654ebb40.zip
FreeBSD-src-a7fdee892c88f9829bdc62d7e1cb31e5654ebb40.tar.gz
It is now safe to remove WARNS=0 and WFORMAT=0.
Tested on: alpha, i386, sparc64
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 b707917..64eb0f0 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
OpenPOWER on IntegriCloud