Wed Aug 26 03:37:45 2009 UTC ()
Don't make groff if MKGROFF is no


(matt)
diff -r1.128 -r1.128.10.1 src/gnu/usr.bin/Makefile

cvs diff -r1.128 -r1.128.10.1 src/gnu/usr.bin/Attic/Makefile (expand / switch to unified diff)

--- src/gnu/usr.bin/Attic/Makefile 2008/09/24 02:19:45 1.128
+++ src/gnu/usr.bin/Attic/Makefile 2009/08/26 03:37:45 1.128.10.1
@@ -1,28 +1,32 @@ @@ -1,28 +1,32 @@
1# $NetBSD: Makefile,v 1.128 2008/09/24 02:19:45 dogcow Exp $ 1# $NetBSD: Makefile,v 1.128.10.1 2009/08/26 03:37:45 matt Exp $
2 2
3# for OBJECT_FMT 3# for OBJECT_FMT
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6SUBDIR+= bc 6SUBDIR+= bc
7.if ${MKBINUTILS} != "no" 7.if ${MKBINUTILS} != "no"
8SUBDIR+= binutils 8SUBDIR+= binutils
9.endif 9.endif
10SUBDIR+= c89 c99 10SUBDIR+= c89 c99
11.if ${MKCVS} != "no" 11.if ${MKCVS} != "no"
12SUBDIR+= xcvs 12SUBDIR+= xcvs
13.endif 13.endif
14SUBDIR+= dc diffutils gkermit grep 14SUBDIR+= dc diffutils gkermit grep
15SUBDIR+= groff rcs send-pr texinfo 15SUBDIR+= rcs send-pr texinfo
 16
 17.if ${MKGROFF} != "no"
 18SUBDIR+= groff
 19.endif
16 20
17SUBDIR+= gettext 21SUBDIR+= gettext
18 22
19.if ${MKGDB} != "no" 23.if ${MKGDB} != "no"
20.if ${HAVE_GDB} == "6" 24.if ${HAVE_GDB} == "6"
21SUBDIR+= gdb6 25SUBDIR+= gdb6
22.endif 26.endif
23.endif 27.endif
24 28
25.if ${MKGCCCMDS} != "no" 29.if ${MKGCCCMDS} != "no"
26SUBDIR+= gcc4 30SUBDIR+= gcc4
27.endif 31.endif
28 32