summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben <ben@FreeBSD.org>2001-01-17 11:51:43 +0000
committerben <ben@FreeBSD.org>2001-01-17 11:51:43 +0000
commit346e52a57b001b9c67c2b1ad13ff054b729dd18b (patch)
tree28091add83c9ccc0b9a1e8682e9b1138c0ba283e
parent49ab0ab5649535f0ae5044b1710aaa3057212a80 (diff)
downloadFreeBSD-src-346e52a57b001b9c67c2b1ad13ff054b729dd18b.zip
FreeBSD-src-346e52a57b001b9c67c2b1ad13ff054b729dd18b.tar.gz
document ${KERNEL}
PR: 24404 Submitted by: Mike Meyer <mwm@mired.org>
-rw-r--r--share/man/man5/make.conf.518
1 files changed, 18 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 6b3971d..651a467 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -186,6 +186,24 @@ set to 0.
kernel. Optimization levels above
.Op -O ( -O2 , ...\& )
are not supported.
+.It Ar KERNEL
+(str) Controls which kernel configurations will be
+built by
+.Cm "${MAKE} buildkernel"
+and installed by
+.Cm "${MAKE} installkernel" .
+For example,
+.Bd -literal -offset indent
+KERNEL=MINE DEBUG GENERIC OTHERMACHINE
+.Ed
+will build the the kernels specified by the config files
+.Pa MINE , DEBUG , GENERIC ,
+and
+.Pa OTHERMACHINE ,
+and install the kernel specified by the config file
+.Pa MINE .
+It defaults to
+.Pa GENERIC .
.It Ar NO_KERNELCONFIG
(bool) Set this to skip running
.Xr config 8
OpenPOWER on IntegriCloud