]> git.saurik.com Git - apple/file_cmds.git/blame - pax/Makefile
file_cmds-202.2.tar.gz
[apple/file_cmds.git] / pax / Makefile
CommitLineData
64d2f73f
A
1Project = pax
2Install_Dir = /bin
44a7a5ab
A
3
4CFILES = ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c\
5 ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c\
864a4b6e 6 sel_subs.c tables.c tar.c tty_subs.c pax_format.c
40bf83fe 7MANPAGES = pax.1
44a7a5ab 8
40bf83fe 9Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
64d2f73f 10Extra_LD_Flags = -dead_strip
44a7a5ab 11
64d2f73f 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make