From 6b5b16bebe48885c682218c877549989625e8b6c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 11 May 2013 13:44:11 +0000 Subject: [PATCH] Add compile_et to kerberos bootstrap tools. This makes it possible to build a regular world on a host without kerberos. PR: conf/178421 Submitted by: Garrett Cooper MFC after: 1 month --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8365e252ee8e..baf697692b55 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1176,7 +1176,8 @@ _kerberos5_bootstrap_tools= \ kerberos5/lib/libroken \ kerberos5/lib/libvers \ kerberos5/tools/asn1_compile \ - kerberos5/tools/slc + kerberos5/tools/slc \ + usr.bin/compile_et .endif # Please document (add comment) why something is in 'bootstrap-tools'.