summaryrefslogtreecommitdiffstats
path: root/bin/cat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-03-16 12:16:17 +0000
committerdes <des@FreeBSD.org>2009-03-16 12:16:17 +0000
commit9b5e8cb33753017e64ffc21d50bb183bf5d00b3a (patch)
tree8cffbed21521b01cd65ed00b0f61ad2f8587ab85 /bin/cat
parentbde9ac2d70cf820ca3229a28ede0344d1256228b (diff)
downloadFreeBSD-src-9b5e8cb33753017e64ffc21d50bb183bf5d00b3a.zip
FreeBSD-src-9b5e8cb33753017e64ffc21d50bb183bf5d00b3a.tar.gz
cat(1) compiles fine at WARNS level 6.
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile
index 672a4ee..689dd4d 100644
--- a/bin/cat/Makefile
+++ b/bin/cat/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= cat
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud