Home
last modified time | relevance | path

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

/freebsd/lib/libypclnt/
H A DMakefile27 RPCSRC_PRIV= ${SRCTOP}/usr.sbin/rpc.yppasswdd/yppasswd_private.x macro
44 yppasswd_private.h: ${RPCSRC_PRIV}
45 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PRIV}
47 yppasswd_private_xdr.c: ${RPCSRC_PRIV}
48 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PRIV}
50 yppasswd_private_clnt.c: ${RPCSRC_PRIV}
51 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV}