summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-10-18 15:39:29 +0000
committered <ed@FreeBSD.org>2012-10-18 15:39:29 +0000
commit0979ea8f97eeaaab51cf6e4349610d96a4f816b5 (patch)
treec46e3a60d7551ed1ae675ffc130e730963a750ae
parent2697ca3a6ea6cc850c1382ffbff4ee61723ddbbb (diff)
downloadFreeBSD-src-0979ea8f97eeaaab51cf6e4349610d96a4f816b5.zip
FreeBSD-src-0979ea8f97eeaaab51cf6e4349610d96a4f816b5.tar.gz
Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
-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 cf65e4f..ea233a8 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 809b6a3..ea68c45 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}
OpenPOWER on IntegriCloud