aboutsummaryrefslogtreecommitdiff
path: root/lib/libstdbuf
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-10-18 15:39:29 +0000
committerEd Schouten <ed@FreeBSD.org>2012-10-18 15:39:29 +0000
commit9a41df2a0e6408e9b329bbd8b9e37c2b44461a1b (patch)
treec46e3a60d7551ed1ae675ffc130e730963a750ae /lib/libstdbuf
parent6d9190b49c4d15253c3c792cae354f6bda4d97a4 (diff)
downloadsrc-9a41df2a0e6408e9b329bbd8b9e37c2b44461a1b.tar.gz
src-9a41df2a0e6408e9b329bbd8b9e37c2b44461a1b.zip
Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
Notes
Notes: svn path=/head/; revision=241695
Diffstat (limited to 'lib/libstdbuf')
-rw-r--r--lib/libstdbuf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libstdbuf/Makefile b/lib/libstdbuf/Makefile
index cf65e4f20ab6..ea233a8ad19b 100644
--- a/lib/libstdbuf/Makefile
+++ b/lib/libstdbuf/Makefile
@@ -7,6 +7,4 @@ SRCS= stdbuf.c
SHLIB_MAJOR= 1
MAN= libstdbuf.3
-WARNS?= 6
-
.include <bsd.lib.mk>