Module Name: src
Committed By: matt
Date: Wed Aug 26 03:37:45 UTC 2009
Modified Files:
src/gnu/usr.bin [matt-nb5-mips64]: Makefile
Log Message:
Don't make groff if MKGROFF is no
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.128.10.1 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.128 src/gnu/usr.bin/Makefile:1.128.10.1
--- src/gnu/usr.bin/Makefile:1.128 Wed Sep 24 02:19:45 2008
+++ src/gnu/usr.bin/Makefile Wed Aug 26 03:37:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2008/09/24 02:19:45 dogcow Exp $
+# $NetBSD: Makefile,v 1.128.10.1 2009/08/26 03:37:45 matt Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
@@ -12,7 +12,11 @@
SUBDIR+= xcvs
.endif
SUBDIR+= dc diffutils gkermit grep
-SUBDIR+= groff rcs send-pr texinfo
+SUBDIR+= rcs send-pr texinfo
+
+.if ${MKGROFF} != "no"
+SUBDIR+= groff
+.endif
SUBDIR+= gettext