Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/pax Install manual pages for tar and cpio only if ${MKBS...



details:   https://anonhg.NetBSD.org/src/rev/9956dab0b939
branches:  trunk
changeset: 458911:9956dab0b939
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Aug 15 21:05:16 2019 +0000

description:
Install manual pages for tar and cpio only if ${MKBSDTAR} == "no"
PR bin/54468

diffstat:

 bin/pax/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 45e4c6517c38 -r 9956dab0b939 bin/pax/Makefile
--- a/bin/pax/Makefile  Thu Aug 15 19:53:01 2019 +0000
+++ b/bin/pax/Makefile  Thu Aug 15 21:05:16 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2010/04/23 19:41:02 joerg Exp $
+#      $NetBSD: Makefile,v 1.40 2019/08/15 21:05:16 uwe Exp $
 #       @(#)Makefile   8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -23,7 +23,7 @@
 .endif
 .endif
 
-MAN=   pax.1 tar.1 cpio.1
+MAN=   pax.1
 
 .if defined(HOSTPROG)
 CPPFLAGS+=     -DHOSTPROG
@@ -35,9 +35,11 @@
 .if ${MKBSDTAR} == "no"
 LINKS+=        ${BINDIR}/pax ${BINDIR}/tar
 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
+MAN+=tar.1
 
 LINKS+=        ${BINDIR}/pax ${BINDIR}/cpio
 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
+MAN+=cpio.1
 .endif
 .endif # }     ! HOSTPROG
 



Home | Main Index | Thread Index | Old Index