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