Use pax(1) for cpio(1) emulation
authortholo <tholo@openbsd.org>
Tue, 11 Mar 1997 18:50:56 +0000 (18:50 +0000)
committertholo <tholo@openbsd.org>
Tue, 11 Mar 1997 18:50:56 +0000 (18:50 +0000)
bin/pax/Makefile

index ebaa9f8..a054ba1 100644 (file)
@@ -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 <bsd.prog.mk>