summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-22 23:29:54 +0000
committerru <ru@FreeBSD.org>2005-02-22 23:29:54 +0000
commit3305bcf4bbdffa9dfcdcef4bb7762485d95701a1 (patch)
treedb9603004953476330eb45d8b0660771e5a0be24 /Makefile.inc1
parent9c75eea841ae95d54ab8b830910eccf703bcbff6 (diff)
downloadFreeBSD-src-3305bcf4bbdffa9dfcdcef4bb7762485d95701a1.zip
FreeBSD-src-3305bcf4bbdffa9dfcdcef4bb7762485d95701a1.tar.gz
Add endianness support to cap_mkdb(1), useful for cross builds.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0359e60..9c58c55 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -760,6 +760,10 @@ _groff= gnu/usr.bin/groff/tmac
.endif
.endif
+.if ${BOOTSTRAPPING} < 600015
+_cap_mkdb= usr.bin/cap_mkdb
+.endif
+
.if ${BOOTSTRAPPING} < 502102
_lex= usr.bin/lex
.endif
@@ -798,6 +802,7 @@ bootstrap-tools:
${_gperf} \
${_groff} \
gnu/usr.bin/texinfo \
+ ${_cap_mkdb} \
usr.bin/colldef \
${_lex} \
usr.bin/lorder \
OpenPOWER on IntegriCloud