Index: build.7 =================================================================== --- build.7 +++ build.7 @@ -195,6 +195,11 @@ .Pa etc , and .Pa release . +The object directory can be changed from the default +.Pa /usr/obj +directory by setting the +.Pa MAKEOBJDIRPREFIX +make variable. The actual build location prefix used is .Pa ${MAKEOBJDIRPREFIX}${.CURDIR} for native builds, and @@ -278,6 +283,11 @@ .Bl -tag -width ".Cm distributekernel" .It Cm buildkernel Rebuild the kernel and the kernel modules. +The object directory can be changed from the default +.Pa /usr/obj +directory by setting the +.Pa MAKEOBJDIRPREFIX +make variable. .It Cm installkernel Install the kernel and the kernel modules to directory .Pa ${DESTDIR}/boot/kernel ,