xref: /freebsd-14.2/bin/pax/Makefile (revision d0b2dbfa)
1#       @(#)Makefile	8.1 (Berkeley) 5/31/93
2
3.include <src.opts.mk>
4
5PACKAGE=runtime
6PROG=   pax
7SRCS=	ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
8	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
9	tables.c tar.c tty_subs.c
10
11HAS_TESTS=
12SUBDIR.${MK_TESTS}+= tests
13
14.include <bsd.prog.mk>
15