From 13a1f48a6a55ad8efd90ae7bb3e9f3dc35ca9c77 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 11 May 2013 13:44:11 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 8365e25..baf6976 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'. -- cgit v1.1