]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xargs/Makefile
MFV: zlib: examples: define functions as static ones. (PR #855)
[FreeBSD/FreeBSD.git] / usr.bin / xargs / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 .include <src.opts.mk>
4
5 PACKAGE=        runtime
6
7 PROG=   xargs
8 SRCS=   xargs.c strnsubst.c
9
10 HAS_TESTS=
11 SUBDIR.${MK_TESTS}+= tests
12
13 .include <bsd.prog.mk>