aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-02-13 07:47:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-02-13 07:47:41 +0000
commit6333b4a204e3c10de1a5aa927df700ca6d3267d1 (patch)
tree9b25e86d56f5e2204cbc5809ff321ea79e121a98 /Makefile
parentb36bb3287648c8620321cdca4aa71c18cc3bb8b5 (diff)
downloadsrc-6333b4a204e3c10de1a5aa927df700ca6d3267d1.tar.gz
src-6333b4a204e3c10de1a5aa927df700ca6d3267d1.zip
Cosmetic fix: Document targets at the top in a uniform way.
Notes
Notes: svn path=/head/; revision=72427
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e04fca9d49d..52e6c62760e1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
# buildkernel - Rebuild the kernel and the kernel-modules.
# installkernel - Install the kernel and the kernel-modules.
# reinstallkernel - Reinstall the kernel and the kernel-modules.
-# kernel buildkernel + installkernel
+# kernel - buildkernel + installkernel
# 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.