From 55197eade45967410bbbb890468afe245c869b94 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 2 Jan 2024 09:43:44 -0700 Subject: [PATCH] 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 --- share/mk/sys.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 1b6ee05a58bf..d8c5809b0bed 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -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 .include @@ -108,9 +105,6 @@ NO_META_IGNORE_HOST_HEADERS= 1 .sinclude .endif .endif # ${MK_AUTO_OBJ} == "yes" -.else # bmake -.include -.endif # If the special target .POSIX appears (without prerequisites or # commands) before the first noncomment line in the makefile, make shall