]> git.saurik.com Git - apple/file_cmds.git/blame_incremental - pax/Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / pax / Makefile
... / ...
CommitLineData
1Project = pax
2Install_Dir = /bin
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\
6 sel_subs.c tables.c tar.c tty_subs.c pax_format.c
7MANPAGES = pax.1 cpio.1
8
9Extra_CC_Flags = -Wall -mdynamic-no-pic \
10 -D__FBSDID=__RCSID
11Extra_LD_Flags = -dead_strip
12
13include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
14
15after_install:
16 $(LN) -f $(DSTROOT)$(Install_Dir)/pax $(DSTROOT)/usr/bin/cpio