summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-04-27 21:24:43 +0000
committerwollman <wollman@FreeBSD.org>2000-04-27 21:24:43 +0000
commit676117ef4cc0044d29cace8f438915a5fdc4de45 (patch)
tree184a4ff3b3777a0e18df0b6df422cfa4809b1904
parentd9333a380781cb044a32d23c3b2cf33ebdab4e15 (diff)
downloadFreeBSD-src-676117ef4cc0044d29cace8f438915a5fdc4de45.zip
FreeBSD-src-676117ef4cc0044d29cace8f438915a5fdc4de45.tar.gz
Make gperf be a bootstrap-tool, since we now depend on features of
the specific version in -current. Approved in principle by: marcel
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c41dbe5..3fee3ea 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -488,7 +488,7 @@ _strfile= games/fortune/strfile
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
- gnu/usr.bin/texinfo
+ gnu/usr.bin/gperf gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud