1#	$OpenBSD: Makefile,v 1.3 2023/09/04 17:08:03 jca Exp $
2
3.PATH:  ${.CURDIR}/../../../bin/pax
4CFLAGS+=-DNOCPIO -DSMALL -I${.CURDIR}/../../../bin/pax
5
6PROG=   pax
7SRCS=	ar_io.c ar_subs.c buf_subs.c file_subs.c ftree.c\
8	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
9	tar.c tty_subs.c
10
11.include <bsd.prog.mk>
12