xref: /openbsd/usr.bin/xargs/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.4 2003/06/12 01:09:22 millert Exp $
2
3PROG=	xargs
4SRCS=	xargs.c strnsubst.c
5
6.include <bsd.prog.mk>
7