From 15ea06f0e4afd7b2f9e28c1175e7949b8c51d7fc Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 10 Jul 2007 10:17:32 +0000 Subject: Add sed(1) to cross tools. We do want newly built version during buildworld. Approved by: re (rwatson) --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) 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} \ -- cgit v1.1