summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
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 /usr.bin/sort
parent2697ca3a6ea6cc850c1382ffbff4ee61723ddbbb (diff)
downloadFreeBSD-src-0979ea8f97eeaaab51cf6e4349610d96a4f816b5.zip
FreeBSD-src-0979ea8f97eeaaab51cf6e4349610d96a4f816b5.tar.gz
Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/Makefile2
1 files changed, 0 insertions, 2 deletions
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