Use `rpcgen -C'.
This commit is contained in:
parent
db62f78e85
commit
fd917aa892
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue