Module Name:    src
Committed By:   joerg
Date:           Sat Feb 20 00:35:12 UTC 2010

Modified Files:
        src/tools: Makefile

Log Message:
Build mandoc unconditional if man pages are desirable.  All
compatibility issues are supposed to be sorted out.
Build groff conditionally on MKGROFF. It is currently the only component
that requires C++.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.135 src/tools/Makefile:1.136
--- src/tools/Makefile:1.135	Wed Feb  3 20:56:54 2010
+++ src/tools/Makefile	Sat Feb 20 00:35:11 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.135 2010/02/03 20:56:54 roy Exp $
+#	$NetBSD: Makefile,v 1.136 2010/02/20 00:35:11 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -55,10 +55,10 @@
 		pwd_mkdb stat strfile sunlabel zic
 
 .if ${MKMAN} != "no" || ${MKDOC} != "no" || ${MKHTML} != "no"
+.  if ${MKGROFF} != "no"
 SUBDIR+=	groff
-.  if ${MKMANDOC} == "yes"
-SUBDIR+=	mandoc
 .  endif
+SUBDIR+=	mandoc
 .endif
 
 .if ${MKMAINTAINERTOOLS:Uno} != "no"

Reply via email to