freebsd-src/bin/pax/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
278 B
Makefile
Raw Normal View History

1994-05-26 06:18:55 +00:00
.include <src.opts.mk>
PACKAGE=runtime
1994-05-26 06:18:55 +00:00
PROG= pax
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.c sel_subs.c \
tables.c tar.c tty_subs.c
1994-05-26 06:18:55 +00:00
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>