#
#CPUTYPE?=pentium3
#NO_CPU_CFLAGS= # Don't add -march=<cpu> to CFLAGS automatically
-#NO_CPU_COPTFLAGS= # Don't add -march=<cpu> to COPTFLAGS automatically
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings other than -O and -O2 are not recommended
.\"
.\" $FreeBSD$
.\"
-.Dd May 17, 2014
+.Dd November 12, 2015
.Dt MAKE.CONF 5
.Os
.Sh NAME
.Xr cc 1 .
The automatic setting of
.Va CFLAGS
-and
-.Va COPTFLAGS
may be overridden using the
.Va NO_CPU_CFLAGS
-and
-.Va NO_CPU_COPTFLAGS
-variables, respectively.
+variable.
Refer to
.Pa /usr/share/examples/etc/make.conf
for a list of recognized
from being automatically added to
.Va CFLAGS
during compile time.
-.It Va NO_CPU_COPTFLAGS
-.Pq Vt str
-Setting this variable will prevent CPU specific compiler flags
-from being automatically added to
-.Va COPTFLAGS
-during compile time.
.It Va NO_DOCUPDATE
.Pq Vt bool
Set this to not update the doc tree during