aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/pax/Makefile
blob: 1ea323ca96cdd10e152a07b795993972bd274601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

LDADD+=-liosexec

BINDIR=/bin

.include <bsd.prog.mk>