From: tholo Date: Tue, 11 Mar 1997 18:50:56 +0000 (+0000) Subject: Use pax(1) for cpio(1) emulation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9dcecaf5d5536d68174be87360844b6980bce413;p=openbsd Use pax(1) for cpio(1) emulation --- diff --git a/bin/pax/Makefile b/bin/pax/Makefile index ebaa9f8d900..a054ba14ba9 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/12/09 12:00:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1997/03/11 18:50:56 tholo Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:07:02 cgd Exp $ # To install on versions prior to BSD 4.4 the following may have to be @@ -29,7 +29,7 @@ PROG= pax 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.c sel_subs.c tables.c\ tar.c tty_subs.c -MAN= pax.1 tar.1 -LINKS= ${BINDIR}/pax ${BINDIR}/tar +MAN= pax.1 tar.1 cpio.1 +LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio .include