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