summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-05-11 13:44:11 +0000
committerantoine <antoine@FreeBSD.org>2013-05-11 13:44:11 +0000
commit13a1f48a6a55ad8efd90ae7bb3e9f3dc35ca9c77 (patch)
tree3ee8877a47dcc5df1313f6626022bc10cbc33c84 /Makefile.inc1
parent5837e0ff7e7e6790001b8fc7dab4ce5d7095ff0e (diff)
downloadFreeBSD-src-13a1f48a6a55ad8efd90ae7bb3e9f3dc35ca9c77.zip
FreeBSD-src-13a1f48a6a55ad8efd90ae7bb3e9f3dc35ca9c77.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
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'.
OpenPOWER on IntegriCloud