Deleted Added
full compact
Makefile (201386) Makefile (263227)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/xargs/Makefile 201386 2010-01-02 10:27:05Z ed $
2# $FreeBSD: head/usr.bin/xargs/Makefile 263227 2014-03-16 08:04:06Z jmmv $
3
3
4.include <bsd.own.mk>
5
4PROG= xargs
5SRCS= xargs.c strnsubst.c
6
6PROG= xargs
7SRCS= xargs.c strnsubst.c
8
9.if ${MK_TESTS} != "no"
10SUBDIR+= tests
11.endif
12
7.include <bsd.prog.mk>
13.include <bsd.prog.mk>