Searched refs:RPCSRC_PW (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libypclnt/
H A DMakefile27 RPCSRC_PW= ${.CURDIR}/../../include/rpcsvc/yppasswd.x macro
36 yppasswd.h: ${RPCSRC_PW}
37 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW}
39 yppasswd_xdr.c: ${RPCSRC_PW}
40 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PW}
42 yppasswd_clnt.c: ${RPCSRC_PW}
43 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PW}
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A DMakefile31 RPCSRC_PW= ${DESTDIR}/usr/include/rpcsvc/yppasswd.x macro
40 yppasswd.h: ${RPCSRC_PW}
41 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW}
43 yppasswd_clnt.c: ${RPCSRC_PW}
44 ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PW}

Completed in 89 milliseconds