summaryrefslogtreecommitdiff
path: root/bin/pax/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-03-11 18:50:57 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-03-11 18:50:57 +0000
commit5c925b931a8788a866ea0a0806f63a79caacfcfb (patch)
tree0d0680ec1330ae1954ffa1b0750eee9a5b0d420b /bin/pax/Makefile
parent97adb2eb78b5db2c0cb5d401fa22f6b6e821eec9 (diff)
Use pax(1) for cpio(1) emulation
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r--bin/pax/Makefile6
1 files 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 <bsd.prog.mk>