a173e99af6
exit values.
9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/04/18 15:56:06 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= xargs
|
|
SRCS= xargs.c strnsubst.c
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|