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