Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.pcnfsd Add extra rpcgen flags.



details:   https://anonhg.NetBSD.org/src/rev/6a206d375d30
branches:  trunk
changeset: 791989:6a206d375d30
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 15 06:10:33 2013 +0000

description:
Add extra rpcgen flags.

diffstat:

 usr.sbin/rpc.pcnfsd/Makefile.clnt |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r abfb034aac3d -r 6a206d375d30 usr.sbin/rpc.pcnfsd/Makefile.clnt
--- a/usr.sbin/rpc.pcnfsd/Makefile.clnt Sun Dec 15 06:07:39 2013 +0000
+++ b/usr.sbin/rpc.pcnfsd/Makefile.clnt Sun Dec 15 06:10:33 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.clnt,v 1.13 2003/08/01 17:04:07 lukem Exp $
+#      $NetBSD: Makefile.clnt,v 1.14 2013/12/15 06:10:33 christos Exp $
 
 #      This Makefile builds a client used for testing.
 
@@ -28,13 +28,13 @@
        @set -- X `type ${TOOL_RPCGEN}` && shift $$(($$# - 1)) && echo "$$1"
 
 pcnfsd_clnt.c: pcnfsd.x ${XRPCGEN}
-       ${TOOL_RPCGEN} -l ${.CURDIR}/pcnfsd.x -o $@
+       ${TOOL_RPCGEN} ${RPCGEN_FLAGS} -l ${.CURDIR}/pcnfsd.x -o $@
 
 pcnfsd_xdr.c: pcnfsd.x ${XRPCGEN}
-       ${TOOL_RPCGEN} -c ${.CURDIR}/pcnfsd.x -o $@
+       ${TOOL_RPCGEN} ${RPCGEN_FLAGS} -c ${.CURDIR}/pcnfsd.x -o $@
 
 pcnfsd.h: pcnfsd.x ${XRPCGEN}
-       ${TOOL_RPCGEN} -h ${.CURDIR}/pcnfsd.x -o $@
+       ${TOOL_RPCGEN} ${RPCGEN_FLAGS} -h ${.CURDIR}/pcnfsd.x -o $@
 
 DPSRCS+=       pcnfsd.h
 CLEANFILES+=   pcnfsd_clnt.c pcnfsd_xdr.c pcnfsd.h



Home | Main Index | Thread Index | Old Index