summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-21 19:39:34 +0000
committerru <ru@FreeBSD.org>2009-10-21 19:39:34 +0000
commit15d622ce8e307832dddc90bf2a9f435d0a0d78c3 (patch)
treec5228f00940323910b9434cbb4fb896282b78cc9
parent3b4a9a1844e2c7d7391e40f790c053392aa4eb09 (diff)
downloadFreeBSD-src-15d622ce8e307832dddc90bf2a9f435d0a0d78c3.zip
FreeBSD-src-15d622ce8e307832dddc90bf2a9f435d0a0d78c3.tar.gz
Move sed(1) from cross-tools to bootstrap-tools.
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8c40eef..3dcba1e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -929,6 +929,10 @@ _ar= usr.bin/ar
_mklocale= usr.bin/mklocale
.endif
+.if ${BOOTSTRAPPING} < 900002
+_sed= usr.bin/sed
+.endif
+
.if ${BOOTSTRAPPING} < 700018
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
@@ -954,6 +958,7 @@ bootstrap-tools:
usr.bin/makewhatis \
${_mklocale} \
usr.bin/rpcgen \
+ ${_sed} \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config \
@@ -1033,7 +1038,6 @@ cross-tools:
.for _tool in \
gnu/usr.bin/binutils \
gnu/usr.bin/cc \
- usr.bin/sed \
usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \
${_btxld} \
${_crunchide} \
OpenPOWER on IntegriCloud