Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Pr/47500: Henning Petersen: Don't install man pages fo...
details: https://anonhg.NetBSD.org/src/rev/1e1c59e32451
branches: trunk
changeset: 784300:1e1c59e32451
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 24 13:35:52 2013 +0000
description:
Pr/47500: Henning Petersen: Don't install man pages for tools
diffstat:
tools/ctfconvert/Makefile | 4 +++-
tools/ctfmerge/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 21190049f283 -r 1e1c59e32451 tools/ctfconvert/Makefile
--- a/tools/ctfconvert/Makefile Thu Jan 24 11:06:20 2013 +0000
+++ b/tools/ctfconvert/Makefile Thu Jan 24 13:35:52 2013 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
.include <bsd.own.mk>
+NOMAN= # defined
+
HOSTPROGNAME= ${_TOOL_PREFIX}ctfconvert
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfconvert
#HOST_SRCS= alist.c \
diff -r 21190049f283 -r 1e1c59e32451 tools/ctfmerge/Makefile
--- a/tools/ctfmerge/Makefile Thu Jan 24 11:06:20 2013 +0000
+++ b/tools/ctfmerge/Makefile Thu Jan 24 13:35:52 2013 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
.include <bsd.own.mk>
+NOMAN= # defined
+
HOSTPROGNAME= ${_TOOL_PREFIX}ctfmerge
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfmerge
Home |
Main Index |
Thread Index |
Old Index