]> git.saurik.com Git - apple/shell_cmds.git/blame - xargs/Makefile
shell_cmds-162.tar.gz
[apple/shell_cmds.git] / xargs / Makefile
CommitLineData
41a2c555
A
1Project = xargs
2Install_Dir = /usr/bin
44bd5ea7
A
3
4HFILES = pathnames.h
9bafe280 5CFILES = xargs.c strnsubst.c
41a2c555 6MANPAGES = xargs.1
44bd5ea7 7
f14763b6 8Extra_CC_Flags = -Wall \
41a2c555
A
9 -D__FBSDID=__RCSID
10Extra_LD_Flags = -dead_strip
44bd5ea7 11
41a2c555 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make