aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-31 09:26:59 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-31 09:26:59 +0000
commit00eb8cbd9a8bdbf316211927fb229d7e19fb495e (patch)
treee18a82a595fbfc524ffdd697a3793219fae9edec /Makefile
parent9ad48853dec66be49a7953406c7b594700ad8e90 (diff)
downloadsrc-00eb8cbd9a8bdbf316211927fb229d7e19fb495e.tar.gz
src-00eb8cbd9a8bdbf316211927fb229d7e19fb495e.zip
Mention the buildkernel/installkernel targets in the documentation.
Notes
Notes: svn path=/head/; revision=64049
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bad55f732cc0..22e3b3dcb0d3 100644
--- a/Makefile
+++ b/Makefile
@@ -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.