]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xargs/Makefile
Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3'
[FreeBSD/FreeBSD.git] / usr.bin / xargs / Makefile
1
2 .include <src.opts.mk>
3
4 PACKAGE=        runtime
5
6 PROG=   xargs
7 SRCS=   xargs.c strnsubst.c
8
9 HAS_TESTS=
10 SUBDIR.${MK_TESTS}+= tests
11
12 .include <bsd.prog.mk>