]> git.cameronkatri.com Git - apple_cmds.git/blob - file_cmds/pax/Makefile
create_tarballs.sh: Use root Makefile.inc
[apple_cmds.git] / file_cmds / pax / Makefile
1 PROG= pax
2 MAN= cpio.1 pax.1
3 SRCS= ar_io.c \
4 ar_subs.c \
5 buf_subs.c \
6 cache.c \
7 cpio.c \
8 file_subs.c \
9 ftree.c \
10 gen_subs.c \
11 getoldopt.c \
12 options.c \
13 pat_rep.c \
14 pax_format.c \
15 pax.c \
16 sel_subs.c \
17 tables.c \
18 tar.c \
19 tty_subs.c
20
21 LDADD+=-liosexec
22
23 BINDIR=/bin
24
25 .include <bsd.prog.mk>