summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/keyserv/Makefile')
-rw-r--r--usr.sbin/keyserv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile
index 37a416f..4308b40 100644
--- a/usr.sbin/keyserv/Makefile
+++ b/usr.sbin/keyserv/Makefile
@@ -15,7 +15,7 @@ RPCDIR= ${DESTDIR}/usr/include/rpcsvc
CLEANFILES= crypt_svc.c crypt.h
-RPCGEN= rpcgen -C
+RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C
crypt_svc.c: ${RPCDIR}/crypt.x
${RPCGEN} -m -o ${.TARGET} ${RPCDIR}/crypt.x
OpenPOWER on IntegriCloud