Index: make.conf.5 =================================================================== RCS file: /home/dcvs/src/share/man/man5/make.conf.5,v retrieving revision 1.28 diff -u -r1.28 make.conf.5 --- make.conf.5 5 Sep 2007 21:40:10 -0000 1.28 +++ make.conf.5 5 Sep 2007 21:54:36 -0000 @@ -110,15 +110,17 @@ options. .It Va CCVER .Pq Vt str -Controls which GCC version to use by default. It should be set as -CCVER?= so as not to interfere with overrides from userland. We -currently recommend that an override NOT be set in +Controls which GCC version to use by default. +It should be set as +.Li CCVER?= +so as not to interfere with overrides from userland. +We currently recommend that an override NOT be set in .Pa /etc/make.conf . Currently accepted values are .Dq gcc34 +(old version) and -.Dq gcc41 -(experimental). +.Dq gcc41 . .It Va CFLAGS .Pq Vt str Controls the compiler setting when compiling C code.