mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
I thought groff was wrapped with NO_CXX. Oh well, it is now.
This commit is contained in:
parent
39d0141328
commit
63b117a6b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111401
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user