summaryrefslogtreecommitdiff
path: root/tools/sed/Makefile
blob: 28b14133590842d616b296038abbbd17b4780129 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.1 2006/06/18 05:16:41 gdamore Exp $

HOSTPROGNAME=	${_TOOL_PREFIX}sed
HOST_SRCDIR=	usr.bin/sed

.ifdef __MINIX
SYMLINKS=	# defined so usr.bin/sed/Makefile does not set it
.endif

.include "${.CURDIR}/../Makefile.host"