mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
This commit is contained in:
parent
6d9190b49c
commit
9a41df2a0e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241695
@ -7,6 +7,4 @@ SRCS= stdbuf.c
|
||||
SHLIB_MAJOR= 1
|
||||
MAN= libstdbuf.3
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user