diff options
-rw-r--r-- | share/man/man5/make.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 915a7e0..4be2927 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -139,16 +139,16 @@ for a list of recognized options. .It Va NO_CPU_CFLAGS .Pq Vt str -Setting this variable will prevent cpu specific compiler flags +Setting this variable will prevent CPU specific compiler flags from being automatically added to .Va CFLAGS -duing compile time. +during compile time. .It Va NO_CPU_COPTFLAGS .Pq Vt str -Setting this variable will prevent cpu specific compiler flags +Setting this variable will prevent CPU specific compiler flags from being automatically added to .Va COPTFLAGS -duing compile time. +during compile time. .It Va CVS_UPDATE .Pq Vt bool Set this to use |