diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
| commit | afe781faa21084dfa14882d0ea0d497d947c9ad9 (patch) | |
| tree | 7e1b63048b9193a35ed0fb49b4e6b0728cd3cab1 /bin/ls | |
| parent | c6986681896d70c1eec04bee847c2ccd9fd11f65 (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 484137e157c2..098b7ae2ebd5 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -11,5 +11,7 @@ CFLAGS+= -DCOLORLS DPADD+= ${LIBTERMCAP} LDADD+= -ltermcap .endif +WFORMAT=0 +NO_WERROR=1 .include <bsd.prog.mk> |
