Note that the make.conf example was/is in /etc/defaults/make.conf on

FreeBSD 4.X, but has been moved to /usr/share/examples/etc/make.conf on
FreeBSD 5.X.

Noticed by:	Jeroen van der Ham <jeroen@os3.nl>
This commit is contained in:
Simon L. B. Nielsen 2004-05-17 19:48:36 +00:00
parent f20dfe80b5
commit cfe999489b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20927

View file

@ -643,7 +643,8 @@
</indexterm>
<para>Examine the files
<filename>/etc/defaults/make.conf</filename> and
<filename>/usr/share/examples/etc/make.conf</filename>
(called <filename>/etc/defaults/make.conf</filename> in &os;&nbsp;4.X) and
<filename>/etc/make.conf</filename>. The first contains some
default defines &ndash; most of which are commented out. To
make use of them when you rebuild your system from source, add
@ -655,7 +656,8 @@
<para>A typical user will probably want to copy the
<makevar>CFLAGS</makevar> and
<makevar>NOPROFILE</makevar> lines found in
<filename>/etc/defaults/make.conf</filename> to
<filename>/usr/share/examples/etc/make.conf</filename>
(or in <filename>/etc/defaults/make.conf</filename> on &os;&nbsp;4.X) to
<filename>/etc/make.conf</filename> and uncomment them.</para>
<para>Examine the other definitions (<makevar>COPTFLAGS</makevar>,