Date: Mon, 16 Jun 2025 02:51:45 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1bbb96495d7c - main - compile_et: The Heimdal compile_et is not needed with MIT KRB5 Message-ID: <202506160251.55G2pjNT062794@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=1bbb96495d7c501aeeb4c2626ff0f4468053ccf4 commit 1bbb96495d7c501aeeb4c2626ff0f4468053ccf4 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-06-05 05:03:07 +0000 Commit: Cy Schubert <cy@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506160251.55G2pjNT062794>