View | Details | Raw Unified | Return to bug 24404
Collapse All | Expand All

(-)/tmp/make.conf.5 (+18 lines)
Lines 186-191 Link Here
186
kernel. Optimization levels above
186
kernel. Optimization levels above
187
.Op -O ( -O2 , ...\& )
187
.Op -O ( -O2 , ...\& )
188
are not supported.
188
are not supported.
189
.It Ar KERNEL
190
(str) Controls which kernel configurations will be
191
built by
192
.Cm  "${MAKE} buildkernel"
193
and installed by 
194
.Cm "${MAKE} installkernel" .
195
For example,
196
.Bd -literal -offset indent
197
KERNEL=MINE DEBUG GENERIC OTHERMACHINE
198
.Ed
199
will build the the kernels specified by the config files
200
.Pa MINE , DEBUG , GENERIC 
201
and
202
.Pa OTHERMACHINE ,
203
and install the kernel specified by the config file
204
.Pa MINE .
205
It defaults to
206
.Pa GENERIC .
189
.It Ar NO_KERNELCONFIG
207
.It Ar NO_KERNELCONFIG
190
(bool) Set this to skip running
208
(bool) Set this to skip running
191
.Xr config 8
209
.Xr config 8

Return to bug 24404