Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so Install the man page on a.out systems as w...



details:   https://anonhg.NetBSD.org/src/rev/1edfdd37298f
branches:  trunk
changeset: 521086:1edfdd37298f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 23 15:10:24 2002 +0000

description:
Install the man page on a.out systems as well so that the man set is the
same for all.

diffstat:

 libexec/ld.elf_so/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 90c415618afc -r 1edfdd37298f libexec/ld.elf_so/Makefile
--- a/libexec/ld.elf_so/Makefile        Wed Jan 23 15:05:33 2002 +0000
+++ b/libexec/ld.elf_so/Makefile        Wed Jan 23 15:10:24 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.44 2002/01/04 19:08:04 tv Exp $
+#      $NetBSD: Makefile,v 1.45 2002/01/23 15:10:24 skrll Exp $
 
 .include <bsd.own.mk>                  # for OBJECT_FMT definition
 
@@ -54,10 +54,14 @@
 ${PROG}: ${OBJS} ${DPADD}
        ${LD} ${LDFLAGS} -o ${PROG} ${OBJS} ${LDADD}
 
-.endif
-
 .if ${SHLINKDIR} != "/usr/libexec"
 SYMLINKS+=     ${SHLINKDIR}/${PROG} /usr/libexec/${PROG}
 .endif
 
 .include <bsd.prog.mk>
+.else
+
+MAN=   ld.elf_so.1
+
+.include <bsd.man.mk>
+.endif



Home | Main Index | Thread Index | Old Index