diff options
author | delphij <delphij@FreeBSD.org> | 2007-07-10 10:17:32 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-07-10 10:17:32 +0000 |
commit | 15ea06f0e4afd7b2f9e28c1175e7949b8c51d7fc (patch) | |
tree | 08c66655d88184f818a31bc36be321871a73205e | |
parent | 10c60be23e1b3aed08acf6d8da4d3890e690f1ad (diff) | |
download | FreeBSD-src-15ea06f0e4afd7b2f9e28c1175e7949b8c51d7fc.zip FreeBSD-src-15ea06f0e4afd7b2f9e28c1175e7949b8c51d7fc.tar.gz |
Add sed(1) to cross tools. We do want newly built version during
buildworld.
Approved by: re (rwatson)
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 92dc15e..8785d33 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -967,6 +967,7 @@ 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} \ |