aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/pax/Makefile
blob: fe5902c8693997edc5f98722ad08fa64bc27d71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PROG=	pax
MAN=	cpio.1 pax.1
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_format.c \
	pax.c \
	sel_subs.c \
	tables.c \
	tar.c \
	tty_subs.c

.include <bsd.prog.mk>