mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
src.conf(5) previously stated they would be removed before FreeBSD 12.0, but that did not happen. Change it to "a future version of FreeBSD." Also pick up LOADER_KBOOT change (enabled on x86) in src.conf regen. Reported by: jhb MFC after: 3 days Sponsored by: The FreeBSD Foundation
16 lines
442 B
Text
16 lines
442 B
Text
.\" $FreeBSD$
|
|
Use the historical object directory format for
|
|
.Xr build 7
|
|
targets.
|
|
For native-builds and builds done directly in sub-directories the format of
|
|
.Pa ${MAKEOBJDIRPREFIX}/${.CURDIR}
|
|
is used,
|
|
while for cross-builds
|
|
.Pa ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}/${.CURDIR}
|
|
is used.
|
|
.Pp
|
|
This option is transitional and will be removed in a future version of
|
|
.Fx ,
|
|
at which time
|
|
.Va WITH_UNIFIED_OBJDIR
|
|
will be enabled permanently.
|