diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2001-01-17 11:51:43 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2001-01-17 11:51:43 +0000 |
| commit | 6164dd813714079e26eca9b29a62fcba1cec7dfd (patch) | |
| tree | b50d384f1a7695f16a24478bf49e2c4a0284c29b | |
| parent | e39c3976104e72242a8bd9448782485b30d9b3e9 (diff) | |
Notes
| -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 6b3971d7c1d2..651a4679e0fa 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 |
