mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
277 B
Makefile
12 lines
277 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
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
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|