From ca9b54662a67ffbcf24919df8a9d03d41a8b6296 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 14 Dec 2009 13:39:33 +0000 Subject: Conditionalize gnu/usr.bin/groff build by ${MKGROFF}. --- gnu/usr.bin/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') 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 @@ -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 -- cgit