xref: /netbsd-src/tools/makewhatis/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
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