Home
last modified time | relevance | path

Searched refs:RPCSRC (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.sbin/bootparamd/callbootd/
H A DMakefile12 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x macro
14 bootparam_prot_clnt.c: ${RPCSRC}
15 rpcgen -l -o ${.TARGET} ${RPCSRC}
17 bootparam_prot_xdr.c: ${RPCSRC}
18 rpcgen -c -o ${.TARGET} ${RPCSRC}
20 bootparam_prot.h: ${RPCSRC}
21 rpcgen -h -o ${.TARGET} ${RPCSRC}
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A DMakefile19 bootparam_prot_svc.c: ${RPCSRC}
20 rpcgen -C -m -o ${.TARGET} ${RPCSRC}
22 bootparam_prot_xdr.c: ${RPCSRC}
23 rpcgen -C -c -o ${.TARGET} ${RPCSRC}
25 bootparam_prot.h: ${RPCSRC}
26 rpcgen -C -h -o ${.TARGET} ${RPCSRC}
/dragonfly/usr.sbin/rpc.statd/
H A DMakefile14 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/sm_inter.x macro
18 sm_inter_svc.c: ${RPCSRC}
19 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
21 sm_inter.h: ${RPCSRC}
22 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/dragonfly/lib/libc/yp/
H A DMakefile.inc12 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/yp.x
15 yp_xdr.c: ${RPCSRC}
16 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
18 yp.h: ${RPCSRC}
19 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/dragonfly/lib/libypclnt/
H A DMakefile25 RPCSRC= ${.CURDIR}/../../include/rpcsvc/yp.x macro
30 yp.h: ${RPCSRC}
31 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
33 yp_clnt.c: ${RPCSRC}
34 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC}
/dragonfly/usr.sbin/rpc.lockd/
H A DMakefile17 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x macro
21 nlm_prot_svc.c: ${RPCSRC}
22 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
/dragonfly/etc/
H A Drpc4 # rpc 88/08/01 4.0 RPCSRC; from 1.12 99/07/25 SMI
/dragonfly/lib/libc/rpc/
H A DREADME22 (RPCSRC 4.0) remains available from several internet sites.