aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 02:49:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 02:49:19 +0000
commitafe781faa21084dfa14882d0ea0d497d947c9ad9 (patch)
tree7e1b63048b9193a35ed0fb49b4e6b0728cd3cab1 /bin/ls
parentc6986681896d70c1eec04bee847c2ccd9fd11f65 (diff)
Notes
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/Makefile2
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>