xref: /minix3/tools/makewhatis/Makefile (revision c8a0e2f4c688362b79ef1474cea604c8ebd6045d)
1#	$NetBSD: Makefile,v 1.3 2003/06/14 17:57:26 wiz Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}makewhatis
4HOST_SRCDIR=	libexec/makewhatis
5
6CPPFLAGS+=	-DNROFF="\"nbnroff\""
7
8.include "${.CURDIR}/../Makefile.host"
9