summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-28 22:55:43 +0000
committerru <ru@FreeBSD.org>2005-02-28 22:55:43 +0000
commit8115657ff0bbed634a787daeeed108209d0a65b9 (patch)
tree3b03b8434af34ffa5970aa3413735e217e86f03e /Makefile.inc1
parent881fdd1aeade7114ad8d3441739b0aeb0299b92b (diff)
downloadFreeBSD-src-8115657ff0bbed634a787daeeed108209d0a65b9.zip
FreeBSD-src-8115657ff0bbed634a787daeeed108209d0a65b9.tar.gz
Bootstrap pwd_mkdb(8) and use its new feature during "make distribute".
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5273069..1eb8835 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -796,6 +796,10 @@ _mklocale= usr.bin/mklocale
_crunchgen= usr.sbin/crunch/crunchgen
.endif
+.if ${BOOTSTRAPPING} < 600020
+_pwd_mkdb= usr.sbin/pwd_mkdb
+.endif
+
bootstrap-tools:
.for _tool in \
${_strfile} \
@@ -811,7 +815,8 @@ bootstrap-tools:
usr.bin/rpcgen \
usr.bin/xinstall \
usr.sbin/config \
- ${_crunchgen}
+ ${_crunchgen} \
+ ${_pwd_mkdb}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool}; \
${MAKE} DIRPRFX=${_tool}/ obj; \
OpenPOWER on IntegriCloud