summaryrefslogtreecommitdiff
path: root/usr.bin/xargs/Makefile
blob: a9bf6c6713cd38f1e9043b654316ba13e0d6cbc2 (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.4 2003/06/12 01:09:22 millert Exp $

PROG=	xargs
SRCS=	xargs.c strnsubst.c

.include <bsd.prog.mk>