xargs(1) is WARNS=6 clean.

Tested on:	i386, sparc64
This commit is contained in:
mux 2003-03-28 16:24:11 +00:00
parent 36346cd456
commit e201143610

View File

@ -3,6 +3,6 @@
PROG= xargs PROG= xargs
SRCS= xargs.c strnsubst.c SRCS= xargs.c strnsubst.c
WARNS?= 4 WARNS?= 6
.include <bsd.prog.mk> .include <bsd.prog.mk>