aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-04 03:35:23 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-04 03:35:23 +0000
commit84f54c4fd716c3676486f082850fcf1a57d6e111 (patch)
tree2e90c29c93671223902d9bb5ad0e8927f6eada57 /Makefile.inc1
parent74e0e295e4f36a1219ee06cf5acc94178a88c183 (diff)
downloadsrc-84f54c4fd716c3676486f082850fcf1a57d6e111.tar.gz
src-84f54c4fd716c3676486f082850fcf1a57d6e111.zip
Revert r324246. This is not exactly what was intended.
Notes
Notes: svn path=/head/; revision=324247
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc113
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fb0ae5e5daa6..1c6582d9d76d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1914,6 +1914,18 @@ _dtc= usr.bin/dtc
_dtc= gnu/usr.bin/dtc
.endif
+.if ${MK_KERBEROS} != "no"
+_kerberos5_bootstrap_tools= \
+ kerberos5/tools/make-roken \
+ kerberos5/lib/libroken \
+ kerberos5/lib/libvers \
+ kerberos5/tools/asn1_compile \
+ kerberos5/tools/slc \
+ usr.bin/compile_et
+
+.ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
+.endif
+
# r283777 makewhatis(1) replaced with mandoc version which builds a database.
_libopenbsd?= lib/libopenbsd
_makewhatis= usr.bin/mandoc
@@ -1926,6 +1938,7 @@ bootstrap-tools: .PHONY
# FreeBSD versions that need the tool built at this stage of the build.
.for _tool in \
${_clang_tblgen} \
+ ${_kerberos5_bootstrap_tools} \
${_strfile} \
${_gperf} \
${_dtc} \