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