diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
| commit | a748290789444352877e207721a7db215206cc9a (patch) | |
| tree | 46fa80addd858339c663ba48aaca464400ef1d99 /bin/ls/Makefile | |
| parent | 4d2647f96a5405550a2836bd18e6860514cf0cf0 (diff) | |
Notes
Diffstat (limited to 'bin/ls/Makefile')
| -rw-r--r-- | bin/ls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index a4345ff0b22e..65286efb2d91 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -4,6 +4,7 @@ PROG= ls SRCS= cmp.c ls.c print.c util.c lomac.c +WARNS= 0 .if !defined(RELEASE_CRUNCH) CFLAGS+= -DCOLORLS |
