diff options
author | obrien <obrien@FreeBSD.org> | 2003-02-24 02:40:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-02-24 02:40:56 +0000 |
commit | 9590f548c31736b4af7fcb7aec15be91a9626295 (patch) | |
tree | 5f4b9ce76c148eb8c425289143644e492ccc5afd /gnu/usr.bin/Makefile | |
parent | 6f5632ffc0859abc21b1e7f8f07b45f4f69d0cad (diff) | |
download | FreeBSD-src-9590f548c31736b4af7fcb7aec15be91a9626295.zip FreeBSD-src-9590f548c31736b4af7fcb7aec15be91a9626295.tar.gz |
I thought groff was wrapped with NO_CXX. Oh well, it is now.
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index d6ef1d9..8492e16 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -5,7 +5,11 @@ _gperf=gperf .endif SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ - ${_gperf} grep groff gzip man patch rcs sdiff send-pr sort tar texinfo + ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo + +.if !defined(NO_CXX) +SUBDIR+=groff +.endif .if !defined(NO_CVS) SUBDIR+=cvs |