summaryrefslogtreecommitdiff
path: root/usr.bin/xargs/Makefile
blob: 3202d0e7322a626e985276e03fa3d8730439a54e (plain)
1
2
3
4
5
6
7
8
9
10
11
.include <src.opts.mk>

PACKAGE=	runtime

PROG=	xargs
SRCS=	xargs.c strnsubst.c

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>