The branch main has been updated by cy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1bbb96495d7c501aeeb4c2626ff0f4468053ccf4

commit 1bbb96495d7c501aeeb4c2626ff0f4468053ccf4
Author:     Cy Schubert <c...@freebsd.org>
AuthorDate: 2025-06-05 05:03:07 +0000
Commit:     Cy Schubert <c...@freebsd.org>
CommitDate: 2025-06-16 02:49:35 +0000

    compile_et: The Heimdal compile_et is not needed with MIT KRB5
    
    MIT KRB5 provides its own compile_et, built by krb5/util/compile_et.
    
    Sponsored by:   The FreeBSD Foundation
---
 usr.bin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 787cbc0cbd78..b69d25480479 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -219,7 +219,9 @@ SUBDIR.${MK_ICONV}+=        mkesdb
 SUBDIR.${MK_ISCSI}+=   iscsictl
 SUBDIR.${MK_KDUMP}+=   kdump
 SUBDIR.${MK_KDUMP}+=   truss
+.if ${MK_MITKRB5} == "no"
 SUBDIR.${MK_KERBEROS_SUPPORT}+=        compile_et
+.endif
 SUBDIR.${MK_LDNS_UTILS}+=      drill
 SUBDIR.${MK_LDNS_UTILS}+=      host
 SUBDIR.${MK_LIB32}+=   ldd32

Reply via email to