Module Name:    src
Committed By:   uebayasi
Date:           Mon Dec 14 13:39:33 UTC 2009

Modified Files:
        src/gnu/usr.bin: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/gnu/usr.bin/Makefile

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

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.131 src/gnu/usr.bin/Makefile:1.132
--- src/gnu/usr.bin/Makefile:1.131	Sun Nov  8 15:24:49 2009
+++ src/gnu/usr.bin/Makefile	Mon Dec 14 13:39:33 2009
@@ -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
 

Reply via email to