summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-04-13 09:07:22 +0000
committerdd <dd@FreeBSD.org>2002-04-13 09:07:22 +0000
commitb2386b0cdaa72f795a9d130ff4d35e91d7f9b143 (patch)
treee19baef49c4d3a7e0dd27033930e9892a344ce1c /share
parent6d2690ed648b4ffd003b6102b5528ca37964ca81 (diff)
downloadFreeBSD-src-b2386b0cdaa72f795a9d130ff4d35e91d7f9b143.zip
FreeBSD-src-b2386b0cdaa72f795a9d130ff4d35e91d7f9b143.tar.gz
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
PR: 37032 Submitted by: Joshua Goodall <joshua@roughtrade.net>
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/make.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 7328af2..c98484f 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -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
OpenPOWER on IntegriCloud