Remove WARNS=6 lines.

WARNS=6 is already implied at this point.
This commit is contained in:
Ed Schouten 2012-10-18 15:39:29 +00:00
parent 6d9190b49c
commit 9a41df2a0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241695
2 changed files with 0 additions and 4 deletions

View File

@ -7,6 +7,4 @@ SRCS= stdbuf.c
SHLIB_MAJOR= 1
MAN= libstdbuf.3
WARNS?= 6
.include <bsd.lib.mk>

View File

@ -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}