1# $OpenBSD: Makefile,v 1.2 2018/09/13 16:34:33 sthen Exp $ 2 3.PATH: ${.CURDIR}/../../../bin/pax 4CFLAGS+=-DNOCPIO -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