aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/pax/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 09:13:28 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 09:13:28 -0400
commitad3d9102dbec58bdd72fffe933081e8d258e962d (patch)
tree32f91557fb89a7ca44116a828cf25b64e95925fd /file_cmds/pax/Makefile
parentf6684a2134ecc4959011955e89abb6103dd2eb2f (diff)
downloadapple_cmds-ad3d9102dbec58bdd72fffe933081e8d258e962d.tar.gz
apple_cmds-ad3d9102dbec58bdd72fffe933081e8d258e962d.tar.zst
apple_cmds-ad3d9102dbec58bdd72fffe933081e8d258e962d.zip
file_cmds: mtree probably won't work, but it does compile
Diffstat (limited to 'file_cmds/pax/Makefile')
-rw-r--r--file_cmds/pax/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/file_cmds/pax/Makefile b/file_cmds/pax/Makefile
new file mode 100644
index 0000000..fe5902c
--- /dev/null
+++ b/file_cmds/pax/Makefile
@@ -0,0 +1,21 @@
+PROG= pax
+MAN= cpio.1 pax.1
+SRCS= 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_format.c \
+ pax.c \
+ sel_subs.c \
+ tables.c \
+ tar.c \
+ tty_subs.c
+
+.include <bsd.prog.mk>