diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-10-01 12:12:45 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-10-01 12:12:45 +0000 |
| commit | ca5434bae6dce66e598f9ce6e74eed651acd82eb (patch) | |
| tree | da3974b57f498734c21627487843d90e19fdbad6 | |
| parent | 8c395729973a319b7ea5ffb578a30ce4c97cf667 (diff) | |
Notes
| -rw-r--r-- | bin/sh/Makefile | 2 |
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 |
