1Use the historical object directory format for
2.Xr build 7
3targets.
4For native-builds and builds done directly in sub-directories the format of
5.Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
6is used,
7while for cross-builds
8.Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
9is used.
10.Pp
11This option is transitional and will be removed in a future version of
12.Fx ,
13at which time
14.Va WITH_UNIFIED_OBJDIR
15will be enabled permanently.
16