Index: man5/make.conf.5
===================================================================
RCS file: /home/dcvs/src/share/man/man5/make.conf.5,v
retrieving revision 1.20
diff -u -r1.20 make.conf.5
--- man5/make.conf.5	20 Jan 2007 06:29:00 -0000	1.20
+++ man5/make.conf.5	28 Jan 2007 13:50:42 -0000
@@ -114,7 +114,7 @@
 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 cc34 and cc41 (experimental).
+Currently accepted values are gcc34 and gcc41 (experimental).
 .It Va CFLAGS
 .Pq Vt str
 Controls the compiler setting when compiling C code.
@@ -334,6 +334,11 @@
 .Dq Li "${MAKE} depend"
 during
 .Dq Li "${MAKE} buildkernel" .
+.It Va NO_KERNEL_OLD_STRIP
+.Pq Vt bool
+Set this to skip stripping debugging symbols from old kernel and modules
+(kernel.old, modules.old) during
+.Dq Li "${MAKE} installkernel" .
 .It Va NO_MODULES
 .Pq Vt bool
 Set to not build modules with the kernel.
