1# $OpenBSD: Makefile,v 1.1 2014/01/11 05:37:18 deraadt 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 cache.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