From 947ed2835e45762803e8a69cc711d09ba2ae686a Mon Sep 17 00:00:00 2001 From: kamil Date: Fri, 21 Jun 2019 14:56:39 +0000 Subject: Instruct tools/rpcgen about new path for rpc headers Fixes build on Gentoo. --- tools/rpcgen/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile index 93b2e44a776..111babf9e94 100644 --- a/tools/rpcgen/Makefile +++ b/tools/rpcgen/Makefile @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2002/12/08 20:20:05 thorpej Exp $ +# $NetBSD: Makefile,v 1.5 2019/06/21 14:56:39 kamil Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}rpcgen HOST_SRCDIR= usr.bin/rpcgen +RPCGEN_INC= ${.CURDIR}/../../common/include + +HOST_CPPFLAGS+= -I${RPCGEN_INC} + .include "${.CURDIR}/../Makefile.host" -- cgit