xref: /openbsd/regress/usr.bin/xargs/Makefile (revision 3d8817e4)
1#	$OpenBSD: Makefile,v 1.1 2010/03/25 01:43:47 schwarze Exp $
2
3regress: showargs
4	@sh ${.CURDIR}/xargs-L.sh
5
6clean:
7	rm -f showargs
8
9.include <bsd.regress.mk>
10