xref: /openbsd-src/usr.bin/xargs/Makefile (revision b508e5c5c7eed2bb1ee5ecaf7683822258db8a82)
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