Re: git: c6778f3a4423 - main - Makefile.libcompat: Tweak krb5 compat dirs

From: Lexi Winter <ivy_at_freebsd.org>
Date: Mon, 18 Aug 2025 15:32:03 UTC
John Baldwin:
> On 8/16/25 22:27, Lexi Winter wrote:
> >      Makefile.libcompat: Tweak krb5 compat dirs
> 
> Why not just move these directories over to krb5/lib?

i was planning to discuss this with Cy, but the reason is that some of
the libraries in util/ require compile_et, which is also in util/, so
it's more complicated than just moving the libraries to lib/. 

> Note that the order you used here doesn't match the order that
> krb5/util/Makefile seems to want:

that does seem like a bug, i'll have another look at that.  thanks.