aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/kgssapi
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-02-07 09:27:07 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-02-07 09:27:07 +0000
commit5e0a19bdeee80766c9e20ab1f85487fbeaf64894 (patch)
treef4288bb4a19e87202aaf6ef984ab4952750e882b /sys/modules/kgssapi
parent65d43cc6e7af34576955aadc09db3cef70e01b47 (diff)
Notes
Diffstat (limited to 'sys/modules/kgssapi')
-rw-r--r--sys/modules/kgssapi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/kgssapi/Makefile b/sys/modules/kgssapi/Makefile
index 223ef246cdbb..691763336b1e 100644
--- a/sys/modules/kgssapi/Makefile
+++ b/sys/modules/kgssapi/Makefile
@@ -44,12 +44,12 @@ CLEANFILES= gssd.h gssd_xdr.c gssd_clnt.c
S= ${.CURDIR}/../..
gssd.h: $S/kgssapi/gssd.x
- rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
+ RPCGEN_CPP=${CPP:Q} rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h
gssd_xdr.c: $S/kgssapi/gssd.x
- rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c
+ RPCGEN_CPP=${CPP:Q} rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c
gssd_clnt.c: $S/kgssapi/gssd.x
- rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c
+ RPCGEN_CPP=${CPP:Q} rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c
.include <bsd.kmod.mk>