1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/6/93 2984263bcSMatthew Dillon# $FreeBSD: src/usr.bin/xargs/Makefile,v 1.1.1.1.14.1 2002/06/17 04:44:46 jmallett Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonPROG= xargs 5984263bcSMatthew DillonSRCS= xargs.c strnsubst.c 6984263bcSMatthew Dillon 7*a2aaf8b6Szrj.if defined(BOOTSTRAPPING) 8*a2aaf8b6SzrjCFLAGS+= -DBOOTSTRAPPING 9*a2aaf8b6Szrj.endif 10*a2aaf8b6Szrj 11984263bcSMatthew Dillon.include <bsd.prog.mk> 12