Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin Conditionalize gnu/usr.bin/groff build by ${MKGR...



details:   https://anonhg.NetBSD.org/src/rev/072de55acbb3
branches:  trunk
changeset: 750037:072de55acbb3
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Dec 14 13:39:33 2009 +0000

description:
Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.

diffstat:

 gnu/usr.bin/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r bac4a7dd768b -r 072de55acbb3 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Dec 14 13:23:56 2009 +0000
+++ b/gnu/usr.bin/Makefile      Mon Dec 14 13:39:33 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.131 2009/11/08 15:24:49 skrll Exp $
+#      $NetBSD: Makefile,v 1.132 2009/12/14 13:39:33 uebayasi Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
@@ -6,7 +6,11 @@
 SUBDIR+=       bc
 SUBDIR+=       c89 c99
 SUBDIR+=       dc diffutils gkermit grep
-SUBDIR+=       groff rcs send-pr texinfo
+SUBDIR+=       rcs send-pr texinfo
+
+.if ${MKGROFF} != "no"
+SUBDIR+=       groff
+.endif
 
 SUBDIR+=       gettext
 



Home | Main Index | Thread Index | Old Index