From 9dcecaf5d5536d68174be87360844b6980bce413 Mon Sep 17 00:00:00 2001 From: tholo Date: Tue, 11 Mar 1997 18:50:56 +0000 Subject: [PATCH] Use pax(1) for cpio(1) emulation --- bin/pax/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1