diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-12 19:24:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-12 19:24:41 +0000 |
| commit | 9d22cd9be823bc47b7e7b276ea220e36dbf87df4 (patch) | |
| tree | c279b9c140b12d7654250d454ae7950512f2401d /bin/sh/Makefile | |
| parent | 45b40ad0da22049af2c31bcde10b5b68363b7c7a (diff) | |
Notes
Diffstat (limited to 'bin/sh/Makefile')
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index e3c25e126d8d..ee732f9ada93 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -21,7 +21,7 @@ LDADD= -ll -ledit -ltermcap LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: -# CFLAGS+= -g -DDEBUG=2 +# CFLAGS+= -g -DDEBUG=3 WARNS?= 2 WFORMAT=0 |
