aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/Makefile
blob: 500b6f1f7fd0c31c184e7e81a9bc858c6e57dc10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#       @(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

.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>