d9ac053afa
is busted in some way. The TOOL_SED doesn't use TIOCGWINSIZE, and has some changes to include nbtool_config.h in a cross build environment. Combined with some other changes (not yet committed), this allows cross compiling m68k code on Solaris 10/amd64.
7 lines
159 B
Makefile
7 lines
159 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/06/18 05:16:41 gdamore Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}sed
|
|
HOST_SRCDIR= usr.bin/sed
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|