diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:22:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:22:42 +0000 |
| commit | 3a4316bd9e5802926729f9e973a1ab9bbdafaa1d (patch) | |
| tree | 79a063903aca1bf25eee2b8194935f74b14f4cb0 /gnu/usr.bin | |
| parent | 670f8414ea6d0fb8c57a7d3b8d0c064286b854cd (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 536acfb02150..799160bd9c71 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -30,8 +30,10 @@ NO_GDB= # not yet .if ${MACHINE_ARCH} != "powerpc" _gperf= gperf .endif +.if !defined(NO_GROFF) _groff= groff .endif +.endif .if !defined(NO_CVS) _cvs= cvs |
