Don't install groff if NO_GROFF

This commit is contained in:
Poul-Henning Kamp 2005-08-03 09:22:42 +00:00
parent 670f8414ea
commit 3a4316bd9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148674

View File

@ -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