diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index f87487d1d22..2746099c6c9 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 |
