Need to -I${RPC_XDIR} now, since we don't generate the .h file

locally anymore.
This commit is contained in:
thorpej 2003-01-06 02:26:53 +00:00
parent d7b1a9a6a6
commit 7ee41d4310
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2003/01/05 19:24:07 sommerfeld Exp $
# $NetBSD: Makefile,v 1.24 2003/01/06 02:26:53 thorpej Exp $
.include <bsd.own.mk>
@ -18,6 +18,8 @@ RPC_SVCFILES= bootparam_prot_svc.c
RPC_SVCFLAGS= -L -m
RPC_XDIR= ${DESTDIR}/usr/include/rpcsvc/
CPPFLAGS+= -I${RPC_XDIR}
.include <bsd.rpc.mk>
.include <bsd.prog.mk>