Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/bootparamd/callbootd/
DMakefile13 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x macro
15 bootparam_prot_clnt.c: ${RPCSRC}
16 RPCGEN_CPP=${CPP:Q} rpcgen -C -l -o ${.TARGET} ${RPCSRC}
18 bootparam_prot_xdr.c: ${RPCSRC}
19 RPCGEN_CPP=${CPP:Q} rpcgen -C -c -o ${.TARGET} ${RPCSRC}
21 bootparam_prot.h: ${RPCSRC}
22 RPCGEN_CPP=${CPP:Q} rpcgen -C -h -o ${.TARGET} ${RPCSRC}
/freebsd-9-stable/usr.sbin/bootparamd/bootparamd/
DMakefile20 bootparam_prot_svc.c: ${RPCSRC}
21 RPCGEN_CPP=${CPP:Q} rpcgen -C -m -o ${.TARGET} ${RPCSRC}
23 bootparam_prot_xdr.c: ${RPCSRC}
24 RPCGEN_CPP=${CPP:Q} rpcgen -C -c -o ${.TARGET} ${RPCSRC}
26 bootparam_prot.h: ${RPCSRC}
27 RPCGEN_CPP=${CPP:Q} rpcgen -C -h -o ${.TARGET} ${RPCSRC}
/freebsd-9-stable/usr.sbin/gssd/
DMakefile23 RPCSRC= ${.CURDIR}/../../sys/kgssapi/gssd.x macro
26 gssd_svc.c: ${RPCSRC} gssd.h
27 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
29 gssd_xdr.c: ${RPCSRC} gssd.h
30 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
32 gssd.h: ${RPCSRC}
33 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-9-stable/lib/libc/yp/
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}
/freebsd-9-stable/usr.sbin/rpc.statd/
DMakefile15 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}
/freebsd-9-stable/usr.sbin/rpc.lockd/
DMakefile17 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x macro
20 nlm_prot_svc.c: ${RPCSRC}
21 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
23 nlm_prot.h: ${RPCSRC}
24 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-9-stable/lib/libypclnt/
DMakefile26 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}
/freebsd-9-stable/release/picobsd/tinyware/passwd/
DMakefile30 RPCSRC= ${DESTDIR}/usr/include/rpcsvc/yp.x macro
34 yp.h: ${RPCSRC}
35 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
37 yp_clnt.c: ${RPCSRC} yp.h
38 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC}
/freebsd-9-stable/etc/
Drpc3 # rpc 88/08/01 4.0 RPCSRC; from 1.12 99/07/25 SMI
/freebsd-9-stable/lib/libc/rpc/
DREADME22 (RPCSRC 4.0) remains available from several internet sites.