]>
Commit | Line | Data |
---|---|---|
64d2f73f A |
1 | Project = pax |
2 | Install_Dir = /bin | |
44a7a5ab A |
3 | |
4 | CFILES = 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 |
64d2f73f | 7 | MANPAGES = pax.1 cpio.1 |
44a7a5ab | 8 | |
64d2f73f A |
9 | Extra_CC_Flags = -Wall -mdynamic-no-pic \ |
10 | -D__FBSDID=__RCSID | |
11 | Extra_LD_Flags = -dead_strip | |
44a7a5ab | 12 | |
64d2f73f | 13 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
44a7a5ab | 14 | |
64d2f73f A |
15 | after_install: |
16 | $(LN) -f $(DSTROOT)$(Install_Dir)/pax $(DSTROOT)/usr/bin/cpio |