${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.

PR:		37032
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
This commit is contained in:
dd 2002-04-13 09:07:22 +00:00
parent 6d2690ed64
commit b2386b0cda

View File

@ -109,7 +109,7 @@ for developing and testing changes.
They can be used, if set, by:
.Pp
.Bd -literal -offset indent
CXFLAGS+=${BDECFLAGS}
CFLAGS+=${BDECFLAGS}
.Ed
.It Va CVS_UPDATE
.Pq Vt bool