aboutsummaryrefslogtreecommitdiff
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
parent6d9190b49c4d15253c3c792cae354f6bda4d97a4 (diff)
Notes
-rw-r--r--lib/libstdbuf/Makefile2
-rw-r--r--usr.bin/sort/Makefile2
2 files changed, 0 insertions, 4 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>
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 809b6a3d4cc8..ea68c4503e63 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -6,8 +6,6 @@ PROG= sort
SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
-WARNS= 6
-
sort.1: sort.1.in
/usr/bin/sed ${MAN_SUB} ${.ALLSRC} >${.TARGET}