aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/pax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/pax/Makefile')
-rw-r--r--file_cmds/pax/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/file_cmds/pax/Makefile b/file_cmds/pax/Makefile
new file mode 100644
index 0000000..1ea323c
--- /dev/null
+++ b/file_cmds/pax/Makefile
@@ -0,0 +1,25 @@
+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
+
+LDADD+=-liosexec
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>