diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-30 09:48:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-30 09:48:40 +0000 |
commit | 1ee0ac542b6d7c312733498f3a817e248d9b2444 (patch) | |
tree | e39507968b43eab177b2fd58776a112ca29cd440 /usr.bin/whereis | |
parent | 8d32d8d50dbf43b246f80551b08fea24ee8d8c8f (diff) | |
download | src-test2-1ee0ac542b6d7c312733498f3a817e248d9b2444.tar.gz src-test2-1ee0ac542b6d7c312733498f3a817e248d9b2444.zip |
Notes
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r-- | usr.bin/whereis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index 0d93791a657e..74a79635fc78 100644 --- a/usr.bin/whereis/Makefile +++ b/usr.bin/whereis/Makefile @@ -2,7 +2,6 @@ PROG= whereis MAN= whereis.1 -WARNS?= 6 -NO_WERROR= true +WARNS?= 5 .include <bsd.prog.mk> |