From c4c981c1e60b72d25258739c635cacbc88fa1d4c Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 17 Apr 2023 10:44:37 -0700 Subject: [PATCH] Move include of site.src.opts.mk to allow more control Sometimes a site may have different policy needs, include site.src.opts.mk just before bsd.mkopt.mk to allow more control. Reviewed by: imp --- share/mk/src.opts.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 8032284d964e..f40f35e6e2d9 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -239,8 +239,6 @@ __DEFAULT_DEPENDENT_OPTIONS= \ __DEFAULT_DEPENDENT_OPTIONS+= ${var}_SUPPORT/${var} .endfor -.-include - # # Default behaviour of some options depends on the architecture. Unfortunately # this means that we have to test TARGET_ARCH (the buildworld case) as well @@ -365,6 +363,8 @@ __DEFAULT_NO_OPTIONS+=NETLINK __DEFAULT_NO_OPTIONS+=NETLINK_SUPPORT .endif +.-include + .include #