diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-02 06:24:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-02 06:24:51 +0000 |
| commit | 1f156e81605ed2d25d1132fa9fe819a15c7f2f46 (patch) | |
| tree | e86971a2e2e54e73f206e1e4edc1d78d250fa7ef /bin/sh/Makefile | |
| parent | 3ddef7422cf449bf512a97db2696b8a27c728966 (diff) | |
Notes
Diffstat (limited to 'bin/sh/Makefile')
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 64eb0f022a048..b707917b5997d 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -21,6 +21,8 @@ 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 |
