1# $OpenBSD: Makefile,v 1.13 2018/09/13 12:33:43 millert Exp $ 2 3WARNINGS=Yes 4PROG= pax 5SRCS= ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c\ 6 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\ 7 tar.c tty_subs.c 8MAN= pax.1 tar.1 cpio.1 9LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio 10 11.include <bsd.prog.mk> 12