]> git.saurik.com Git - apple/file_cmds.git/blobdiff - pax/Makefile
file_cmds-212.tar.gz
[apple/file_cmds.git] / pax / Makefile
index 1176049027397271b8cf555118267aa2f52a264b..bd6132d59d0559573e70f1e5aa0ec965011dda5d 100644 (file)
@@ -4,13 +4,9 @@ Install_Dir = /bin
 CFILES = ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c\
          ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c\
          sel_subs.c tables.c tar.c tty_subs.c pax_format.c
-MANPAGES = pax.1 cpio.1
+MANPAGES = pax.1
 
-Extra_CC_Flags = -Wall -mdynamic-no-pic \
-       -D__FBSDID=__RCSID 
+Extra_CC_Flags = -Werror -Wall -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
 Extra_LD_Flags = -dead_strip
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
-
-after_install:
-       $(LN) -f $(DSTROOT)$(Install_Dir)/pax $(DSTROOT)/usr/bin/cpio