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

/freebsd-current/usr.sbin/bootparamd/bootparamd/
H A DMakefile16 RPCSRC= ${SYSROOT:U${DESTDIR}}/usr/include/rpcsvc/bootparam_prot.x macro
18 bootparam_prot_svc.c: ${RPCSRC}
19 RPCGEN_CPP=${CPP:Q} rpcgen -C -m -o ${.TARGET} ${RPCSRC}
21 bootparam_prot_xdr.c: ${RPCSRC}
22 RPCGEN_CPP=${CPP:Q} rpcgen -C -c -o ${.TARGET} ${RPCSRC}
24 bootparam_prot.h: ${RPCSRC}
25 RPCGEN_CPP=${CPP:Q} rpcgen -C -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/lib/libc/tests/rpc/
H A DMakefile2 SRCS.xdr_test= ${RPCSRC:.x=_xdr.c} t_xdr.c ${RPCSRC:.x=.h} \
8 RPCSRC= h_testbits.x macro
11 h_testbits.h: ${RPCSRC}
14 h_testbits_xdr.c: ${RPCSRC} h_testbits.h
17 CLEANFILES+= ${RPCSRC:.x=.h} ${RPCSRC:.x=.c} h_testbits_xdr.c
/freebsd-current/usr.sbin/bootparamd/callbootd/
H A DMakefile11 RPCSRC= ${SYSROOT:U${DESTDIR}}/usr/include/rpcsvc/bootparam_prot.x macro
13 bootparam_prot_clnt.c: ${RPCSRC}
14 RPCGEN_CPP=${CPP:Q} rpcgen -C -l -o ${.TARGET} ${RPCSRC}
16 bootparam_prot_xdr.c: ${RPCSRC}
17 RPCGEN_CPP=${CPP:Q} rpcgen -C -c -o ${.TARGET} ${RPCSRC}
19 bootparam_prot.h: ${RPCSRC}
20 RPCGEN_CPP=${CPP:Q} rpcgen -C -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/lib/libc/yp/
H A DMakefile.inc10 RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
13 yp_xdr.c: ${RPCSRC}
14 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
16 yp.h: ${RPCSRC}
17 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/usr.sbin/gssd/
H A DMakefile22 RPCSRC= ${SRCTOP}/sys/kgssapi/gssd.x macro
25 gssd_svc.c: ${RPCSRC} gssd.h
26 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
28 gssd_xdr.c: ${RPCSRC} gssd.h
29 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
31 gssd.h: ${RPCSRC}
32 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/usr.sbin/rpc.tlsclntd/
H A DMakefile14 RPCSRC= ${SRCTOP}/sys/rpc/rpcsec_tls/rpctlscd.x macro
17 rpctlscd_svc.c: ${RPCSRC} rpctlscd.h
18 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
20 rpctlscd_xdr.c: ${RPCSRC} rpctlscd.h
21 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
23 rpctlscd.h: ${RPCSRC}
24 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/usr.sbin/rpc.tlsservd/
H A DMakefile14 RPCSRC= ${SRCTOP}/sys/rpc/rpcsec_tls/rpctlssd.x macro
17 rpctlssd_svc.c: ${RPCSRC} rpctlssd.h
18 ${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
20 rpctlssd_xdr.c: ${RPCSRC} rpctlssd.h
21 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC}
23 rpctlssd.h: ${RPCSRC}
24 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
/freebsd-current/usr.sbin/rpc.statd/
H A DMakefile14 RPCSRC= ${SYSROOT:U${DESTDIR}}/usr/include/rpcsvc/sm_inter.x macro
17 sm_inter_svc.c: ${RPCSRC}
20 sm_inter.h: ${RPCSRC}
/freebsd-current/lib/libypclnt/
H A DMakefile26 RPCSRC= ${SRCTOP}/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-current/usr.sbin/rpc.lockd/
H A DMakefile17 RPCSRC= ${SYSROOT:U${DESTDIR}}/usr/include/rpcsvc/nlm_prot.x macro
20 nlm_prot_svc.c: ${RPCSRC}
23 nlm_prot.h: ${RPCSRC}

Completed in 146 milliseconds