diff options
author | jkh <jkh@FreeBSD.org> | 2000-12-01 19:49:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-12-01 19:49:33 +0000 |
commit | d9c0ea6db106fc141a5c7c3a7e6b6d5234293c83 (patch) | |
tree | 058d9d46d17120db67c86d6c690c0c4b7ba4fd20 /Makefile | |
parent | 5dcf582711d9d46775926e407e1f477199db6439 (diff) | |
download | FreeBSD-src-d9c0ea6db106fc141a5c7c3a7e6b6d5234293c83.zip FreeBSD-src-d9c0ea6db106fc141a5c7c3a7e6b6d5234293c83.tar.gz |
Document the "kernel" target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +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 # 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. |