Fix incorrect dependency. This should fix the -j build.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-15 15:39:14 +00:00
parent 18051d0f6a
commit fc27278b9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94773

View file

@ -42,7 +42,7 @@ yp_clnt.c: ${RPCSRC}
yppasswd.h: ${RPCSRC_PW}
${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW}
yppasswd_xdr.c: ${RPCSRC_PRIV}
yppasswd_xdr.c: ${RPCSRC_PW}
${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PW}
yppasswd_clnt.c: ${RPCSRC_PW}