xref: /dragonfly/usr.bin/xargs/Makefile (revision e5a92d33)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/xargs/Makefile,v 1.1.1.1.14.1 2002/06/17 04:44:46 jmallett Exp $
3
4PROG=	xargs
5SRCS=	xargs.c strnsubst.c
6
7.include <bsd.prog.mk>
8