aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-05-17 23:23:25 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-05-17 23:23:25 +0000
commit120bcabcbf923754f6936188dd042bfd23690e5c (patch)
treed840c4b194c35cc6e32e1f703c65e6d33c233bb7
parent1c58e4e55038a3d4e66130a40d737257ef386215 (diff)
Notes
-rw-r--r--share/man/man7/build.78
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 21bd088c1744..cc42a734a4bd 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -124,8 +124,8 @@ The
method of updating your system from the latest sources is:
.Bd -literal -offset indent
make buildworld
-make buildkernel KERNEL=FOO
-make installkernel KERNEL=FOO
+make buildkernel KERNCONF=FOO
+make installkernel KERNCONF=FOO
make installworld
mergemaster
.Ed
@@ -134,12 +134,12 @@ mergemaster
must be replaced with the name of the kernel configuration file from which
the kernel should be built.
Alternatively, the
-.Va KERNEL
+.Va KERNCONF
variable in
.Pa /etc/make.conf
can be set to the name of the kernel to build;
in this case the
-.Dq KERNEL=FOO
+.Dq KERNCONF=FOO
part of the
.Dq buildkernel
and