diff options
author | ru <ru@FreeBSD.org> | 2009-10-15 18:17:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2009-10-15 18:17:29 +0000 |
commit | 4d8f1d73c354a6b63dfdfaa7d54770f2d1fbb7bc (patch) | |
tree | 2c4058b7a57f5a83386bf44c69f54903f3ab192d /bin/cat/Makefile | |
parent | 45cfef04418423239aaa24ad60fd1422c55bddb6 (diff) | |
download | FreeBSD-src-4d8f1d73c354a6b63dfdfaa7d54770f2d1fbb7bc.zip FreeBSD-src-4d8f1d73c354a6b63dfdfaa7d54770f2d1fbb7bc.tar.gz |
Removed redundant WARNS setting.
Submitted by: Ulrich Spörlein
Diffstat (limited to 'bin/cat/Makefile')
-rw-r--r-- | bin/cat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 689dd4d..672a4ee 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= cat -WARNS?= 6 .include <bsd.prog.mk> |