Pass -C to rpcgen.
This commit is contained in:
parent
990af5b8d3
commit
28bba30919
@ -13,12 +13,12 @@ CLEANFILES= ${GENSRCS}
|
||||
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
|
||||
|
||||
bootparam_prot_clnt.c: ${RPCSRC}
|
||||
rpcgen -l -o ${.TARGET} ${RPCSRC}
|
||||
rpcgen -C -l -o ${.TARGET} ${RPCSRC}
|
||||
|
||||
bootparam_prot_xdr.c: ${RPCSRC}
|
||||
rpcgen -c -o ${.TARGET} ${RPCSRC}
|
||||
rpcgen -C -c -o ${.TARGET} ${RPCSRC}
|
||||
|
||||
bootparam_prot.h: ${RPCSRC}
|
||||
rpcgen -h -o ${.TARGET} ${RPCSRC}
|
||||
rpcgen -C -h -o ${.TARGET} ${RPCSRC}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user