Change the "make all" into "make depend all" in 6.0.6 (section on kernel

building).

Submitted by:	Rodney Grimes
This commit is contained in:
Ollivier Robert 1995-05-17 09:18:45 +00:00
parent 0c0a1ce1f2
commit 9b0719e7fd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12

View file

@ -4,7 +4,7 @@
This is the 2.0 version of the FAQ for FreeBSD 2.0
$Id: freebsd-faq.sgml,v 1.2 1995-05-10 00:11:01 jfieber Exp $
$Id: freebsd-faq.sgml,v 1.3 1995-05-17 09:18:45 roberto Exp $
-->
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
@ -821,7 +821,7 @@
<item> <tt/vi MYKERNEL/
<item> <tt/config MYKERNEL/
<item> <tt>cd ../../compile/MYKERNEL</tt>
<item> <tt/make all/
<item> <tt/make depend all/
<item> <tt/make install/
<item> <tt/reboot/
</enum>