Inform the reader that the path to the kernel build directory

changed with 5.0 (in the "traditional" way case).
This commit is contained in:
Marc Fonvieille 2003-02-18 13:06:12 +00:00
parent d51de06b34
commit da293eadfb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16061

View file

@ -285,6 +285,10 @@
<step>
<para>Change into the build directory.</para>
<screen>&prompt.root; <userinput>cd ../compile/<replaceable>MYKERNEL</replaceable></userinput></screen>
<para>For FreeBSD version prior to 5.0, use instead:</para>
<screen>&prompt.root; <userinput>cd ../../compile/<replaceable>MYKERNEL</replaceable></userinput></screen>
</step>