1
2.include <src.opts.mk>
3
4PACKAGE=	runtime
5
6PROG=	xargs
7SRCS=	xargs.c strnsubst.c
8
9HAS_TESTS=
10SUBDIR.${MK_TESTS}+= tests
11
12.include <bsd.prog.mk>
13