NetBSD/tools/sed/Makefile
gdamore d9ac053afa Make TOOL_SED, to allow using our own sed in cases where the host's version
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.
2006-06-18 05:16:41 +00:00

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"