diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2009-12-14 13:39:33 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2009-12-14 13:39:33 +0000 |
| commit | ca9b54662a67ffbcf24919df8a9d03d41a8b6296 (patch) | |
| tree | 395a669f2aa562e096f3d9e8b353a96ef253adf5 /gnu/usr.bin | |
| parent | db427a195a44d6c5823db000fdb96d8926a58fa3 (diff) | |
Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.
Diffstat (limited to 'gnu/usr.bin')
| -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 |
