Source-Changes-HG archive

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

[src/trunk]: src/tools/mandoc Need to provide NOMAN explicitly before bsd.own...



details:   https://anonhg.NetBSD.org/src/rev/5da6d9574c5b
branches:  trunk
changeset: 748661:5da6d9574c5b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Oct 30 17:18:51 2009 +0000

description:
Need to provide NOMAN explicitly before bsd.own.mk.

diffstat:

 tools/mandoc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r bfa72a0263b9 -r 5da6d9574c5b tools/mandoc/Makefile
--- a/tools/mandoc/Makefile     Fri Oct 30 16:25:46 2009 +0000
+++ b/tools/mandoc/Makefile     Fri Oct 30 17:18:51 2009 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2009/10/26 21:17:19 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2009/10/30 17:18:51 joerg Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=   external/bsd/mdocml/bin/mandoc
 
+NOMAN=         # defined
+
 .include <bsd.own.mk>
 
 NETBSD_MINOR!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n



Home | Main Index | Thread Index | Old Index