diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
| commit | 5e0a19bdeee80766c9e20ab1f85487fbeaf64894 (patch) | |
| tree | f4288bb4a19e87202aaf6ef984ab4952750e882b /lib/libypclnt/Makefile | |
| parent | 65d43cc6e7af34576955aadc09db3cef70e01b47 (diff) | |
Notes
Diffstat (limited to 'lib/libypclnt/Makefile')
| -rw-r--r-- | lib/libypclnt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index 5a3ecb42aa2c..2e302f124289 100644 --- a/lib/libypclnt/Makefile +++ b/lib/libypclnt/Makefile @@ -22,7 +22,7 @@ GENSRCS=yp.h \ yppasswd_private_clnt.c \ yppasswd_private_xdr.c -RPCGEN= rpcgen -C +RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C RPCSRC= ${.CURDIR}/../../include/rpcsvc/yp.x RPCSRC_PW= ${.CURDIR}/../../include/rpcsvc/yppasswd.x RPCSRC_PRIV= ${.CURDIR}/../../usr.sbin/rpc.yppasswdd/yppasswd_private.x |
