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