Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
This commit is contained in:
parent
6d9190b49c
commit
9a41df2a0e
@ -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