]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/xargs/Makefile
dma: update to 2022-01-27 snapshot
[FreeBSD/FreeBSD.git] / usr.bin / xargs / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PACKAGE=        runtime
7
8 PROG=   xargs
9 SRCS=   xargs.c strnsubst.c
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.prog.mk>