summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/Makefile.inc')
-rw-r--r--lib/libc/rpc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc
index db0b8ad..32e8f86 100644
--- a/lib/libc/rpc/Makefile.inc
+++ b/lib/libc/rpc/Makefile.inc
@@ -34,7 +34,7 @@ CFLAGS+= -I${.CURDIR}/rpc
CLEANFILES+= crypt_clnt.c crypt_xdr.c crypt.h
RPCDIR= ${DESTDIR}/usr/include/rpcsvc
-RPCGEN= rpcgen -C
+RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C
crypt_clnt.c: ${RPCDIR}/crypt.x crypt.h
${RPCGEN} -l -o ${.TARGET} ${RPCDIR}/crypt.x
OpenPOWER on IntegriCloud