sys.mk: Remove support for building with fmake on modern systems.

We used to exclude a lot of extra hooks to allow for local
customizations of the build which couldn't be done outside of sys.mk,
but excluded that support for fmake. Remove those hacks.

Sponsored by:		Netflix
Reviewed by: brooks
Pull Request: https://github.com/freebsd/freebsd-src/pull/980
This commit is contained in:
Warner Losh 2024-01-02 09:43:44 -07:00
parent 5a4b548ab2
commit 55197eade4

View file

@ -43,9 +43,6 @@ __ENV_ONLY_OPTIONS:= \
# early include for customization
# see local.sys.mk below
# Not included when building in fmake compatibility mode (still needed
# for older system support)
.if defined(.PARSEDIR)
.sinclude <local.sys.env.mk>
.include <bsd.mkopt.mk>
@ -108,9 +105,6 @@ NO_META_IGNORE_HOST_HEADERS= 1
.sinclude <auto.obj.mk>
.endif
.endif # ${MK_AUTO_OBJ} == "yes"
.else # bmake
.include <bsd.mkopt.mk>
.endif
# If the special target .POSIX appears (without prerequisites or
# commands) before the first noncomment line in the makefile, make shall