Use `rpcgen -C'.

This commit is contained in:
mycroft 2001-03-21 20:48:09 +00:00
parent db62f78e85
commit fd917aa892
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2001/01/16 02:42:39 cgd Exp $
# $NetBSD: Makefile,v 1.6 2001/03/21 20:48:09 mycroft Exp $
#
INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
@ -14,7 +14,7 @@ getrpcgen:
@set -- X `type ${RPCGEN}` && shift `expr $$# - 1` && echo "$$1"
rpcb_prot.h:: rpcb_prot.x ${XRPCGEN}
${RPCGEN} -h ${.CURDIR}/rpcb_prot.x -o ${.TARGET}
${RPCGEN} -C -h ${.CURDIR}/rpcb_prot.x -o ${.TARGET}
CLEANFILES+= rpcb_prot.h