krb5: Use sh to run mk_cmds

Otherwise etcupdate apparently can fail if its private object directory
under /var/db is in a filesystem mounted noexec.  We shouldn't be
building this target at all, but for now, just apply this workaround.

PR:		291043
Reviewed by:	ivy, cy, des
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D53861
This commit is contained in:
Mark Johnston
2025-11-21 17:54:38 +00:00
parent 0628c252bd
commit 6739241224
+1 -1
View File
@@ -85,7 +85,7 @@ ${GEN_SS_ERR_C}: ${GEN_SS_ERR}
rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c
std_rqs.c: mk_cmds std_rqs.ct ss_err.h
./mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
sh mk_cmds ${KRB5_DIR}/util/ss/std_rqs.ct
.include <bsd.lib.mk>