summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs/Makefile
blob: 1f258ca682928e7e180decd03fc6b24d4e4f0693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	xargs
SRCS=	xargs.c strnsubst.c
WARNS?=	4

.if defined(BOOTSTRAPPING)
CFLAGS+=-DBOOTSTRAPPING
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud