minix/tools/sed/Makefile

11 lines
242 B
Makefile
Raw Permalink Normal View History

# $NetBSD: Makefile,v 1.1 2006/06/18 05:16:41 gdamore Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}sed
HOST_SRCDIR= usr.bin/sed
.ifdef __MINIX
2012-06-21 16:07:59 +02:00
SYMLINKS= # defined so usr.bin/sed/Makefile does not set it
.endif
.include "${.CURDIR}/../Makefile.host"