Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2019/06/21 14:56:39 kamil Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}rpcgen
4HOST_SRCDIR=	usr.bin/rpcgen
5
6RPCGEN_INC=	${.CURDIR}/../../common/include
7
8HOST_CPPFLAGS+=	-I${RPCGEN_INC}
9
10.include "${.CURDIR}/../Makefile.host"
11