Index: share/man/man5/src.conf.5 =================================================================== --- share/man/man5/src.conf.5 +++ share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd June 11, 2021 +.Dd June 20, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1353,18 +1353,11 @@ Do not build .Xr ppp 8 and related programs. -.It Va WITHOUT_PROFILE -Do not build profiled libraries for use with -.Xr gprof 8 . -.Pp -This is a default setting on -mips/mips64. .It Va WITH_PROFILE Build profiled libraries for use with .Xr gprof 8 . -.Pp -This is a default setting on -amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf. +This option is deprecated and will be removed before +.Fx 14 . .It Va WITHOUT_QUOTAS Do not build .Xr quota 1 Index: share/mk/bsd.opts.mk =================================================================== --- share/mk/bsd.opts.mk +++ share/mk/bsd.opts.mk @@ -61,7 +61,6 @@ NIS \ NLS \ OPENSSH \ - PROFILE \ SSP \ TESTS \ TOOLCHAIN \ @@ -76,6 +75,7 @@ INIT_ALL_ZERO \ INSTALL_AS_USER \ MANSPLITPKG \ + PROFILE \ RETPOLINE \ STALE_STAGED Index: tools/build/options/WITH_PROFILE =================================================================== --- tools/build/options/WITH_PROFILE +++ tools/build/options/WITH_PROFILE @@ -1,3 +1,5 @@ .\" $FreeBSD$ Build profiled libraries for use with .Xr gprof 8 . +This option is deprecated and will be removed before +.Fx 14 .