Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libypclnt/
H A DMakefile28 RPCSRC_PRIV= ${SRCTOP}/usr.sbin/rpc.yppasswdd/yppasswd_private.x macro
45 yppasswd_private.h: ${RPCSRC_PRIV}
46 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PRIV}
48 yppasswd_private_xdr.c: ${RPCSRC_PRIV}
49 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PRIV}
51 yppasswd_private_clnt.c: ${RPCSRC_PRIV}
52 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV}