]>
Commit | Line | Data |
---|---|---|
1 | Project = pax | |
2 | Install_Dir = /bin | |
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\ | |
6 | sel_subs.c tables.c tar.c tty_subs.c pax_format.c | |
7 | MANPAGES = pax.1 | |
8 | ||
9 | Extra_CC_Flags = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE | |
10 | Extra_LD_Flags = -dead_strip | |
11 | ||
12 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |