1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2002-04-19 23:28:54 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= xargs
|
2002-04-19 23:28:54 +00:00
|
|
|
SRCS= xargs.c strnsubst.c
|
2002-04-19 23:46:45 +00:00
|
|
|
WARNS?= 4
|
1994-05-27 12:33:43 +00:00
|
|
|
|
2002-05-10 13:06:34 +00:00
|
|
|
.if defined(BOOTSTRAPPING)
|
|
|
|
CFLAGS+=-DBOOTSTRAPPING
|
|
|
|
.endif
|
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
.include <bsd.prog.mk>
|