On Fri, Apr 09, 2010 at 03:39:36PM -0500, Dustin Marquess wrote: > 3) Fix the sed invocation to make it core NetBSD sed friendly. This seems > like the right solution, but beyond my sed knowledge. Any takers? I think sed -E -n 's,^\#define[[:space:]]+BOOT_TRAMPOLINE[[:space:]]+,,p' should work. Martin