summaryrefslogtreecommitdiff
path: root/bin/pax/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-29 05:52:19 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-29 05:52:19 +0000
commit6765702568d2cce079bc23c1855e40ba4632e05e (patch)
tree62ac00fb6361cba4a2c08d5e5d58100d83f72006 /bin/pax/Makefile
parentcdef624d32c351c90d790b8f5d81863ed562c7ea (diff)
Use tar(1) emulation as provided by pax(1)
Diffstat (limited to 'bin/pax/Makefile')
-rw-r--r--bin/pax/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile
index 40347b32ffd..df5e33872b1 100644
--- a/bin/pax/Makefile
+++ b/bin/pax/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/06/29 05:51:59 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,5 +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
.include <bsd.prog.mk>