1 # $FreeBSD: src/lib/libypclnt/Makefile,v 1.16 2007/05/21 02:49:08 deischen Exp $
4 SRCS
= ypclnt_connect.c \
10 CLEANFILES
+= ${GENSRCS}
22 yppasswd_private_clnt.c \
23 yppasswd_private_xdr.c
26 RPCSRC
= ${.CURDIR
}/..
/..
/include/rpcsvc
/yp.x
27 RPCSRC_PW
= ${.CURDIR
}/..
/..
/include/rpcsvc
/yppasswd.x
28 RPCSRC_PRIV
= ${.CURDIR
}/..
/..
/usr.sbin
/rpc.yppasswdd
/yppasswd_private.x
31 ${RPCGEN} -h
-o
${.TARGET
} ${RPCSRC}
34 ${RPCGEN} -l
-o
${.TARGET
} ${RPCSRC}
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}
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}