diff options
author | ben <ben@FreeBSD.org> | 2001-01-17 11:51:43 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-01-17 11:51:43 +0000 |
commit | 346e52a57b001b9c67c2b1ad13ff054b729dd18b (patch) | |
tree | 28091add83c9ccc0b9a1e8682e9b1138c0ba283e /share/man/man5 | |
parent | 49ab0ab5649535f0ae5044b1710aaa3057212a80 (diff) | |
download | FreeBSD-src-346e52a57b001b9c67c2b1ad13ff054b729dd18b.zip FreeBSD-src-346e52a57b001b9c67c2b1ad13ff054b729dd18b.tar.gz |
document ${KERNEL}
PR: 24404
Submitted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 18 |
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 |