From cb05ce69c2b28fa35c7e4ef6d735cc259b2cc296 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Tue, 18 Apr 2023 20:19:11 -0700 Subject: [PATCH] Ensure the stage_* targets we use exist --- share/mk/bsd.confs.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/mk/bsd.confs.mk b/share/mk/bsd.confs.mk index eb87ba49caa..d203087c67d 100644 --- a/share/mk/bsd.confs.mk +++ b/share/mk/bsd.confs.mk @@ -135,8 +135,10 @@ _${group}INS_${cnf:T}: ${cnf} .if ${MK_STAGING} != "no" . if !empty(STAGE_SETS) buildconfig: stage_files +stage_files: . if !empty(STAGE_AS_SETS) buildconfig: stage_as +stage_as: . endif . endif .endif