Mention the buildkernel/installkernel targets in the documentation.

This commit is contained in:
Alexander Langer 2000-07-31 09:26:59 +00:00
parent 9ad48853de
commit 00eb8cbd9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64049

View file

@ -7,6 +7,8 @@
# upgrades.
# installworld - Install everything built by "buildworld".
# world - buildworld + installworld.
# buildkernel - Rebuild the kernel and the kernel-modules.
# installkernel - Install the kernel and the kernel-modules.
# update - Convenient way to update your source tree (cvs).
# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
# most - Build user commands, no libraries or include files.