diff options
author | kris <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-02-04 02:49:19 +0000 |
commit | bb3058824aaee9ffba249f78c494575dcb057340 (patch) | |
tree | 7e1b63048b9193a35ed0fb49b4e6b0728cd3cab1 /bin/ls | |
parent | 19c38bbaee1217082d79a8533d92dfd65a1cc7cf (diff) | |
download | FreeBSD-src-bb3058824aaee9ffba249f78c494575dcb057340.zip FreeBSD-src-bb3058824aaee9ffba249f78c494575dcb057340.tar.gz |
Lock down with WFORMAT=1 except those directories with unfixed warnings.
Tested on i386 and alpha.
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 484137e..098b7ae 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> |