summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-15 15:39:14 +0000
committerdes <des@FreeBSD.org>2002-04-15 15:39:14 +0000
commitd44a434afa9bef4610bf21cc0e98424982cbb84b (patch)
treeada7f0e233177cc4b3455a73b99f34e425616649 /lib
parente705a7166c741c556c25e831104ba1bbc60302ce (diff)
downloadFreeBSD-src-d44a434afa9bef4610bf21cc0e98424982cbb84b.zip
FreeBSD-src-d44a434afa9bef4610bf21cc0e98424982cbb84b.tar.gz
Fix incorrect dependency. This should fix the -j build.
Diffstat (limited to 'lib')
-rw-r--r--lib/libypclnt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile
index 127ebc1..4af3bc8 100644
--- a/lib/libypclnt/Makefile
+++ b/lib/libypclnt/Makefile
@@ -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}
OpenPOWER on IntegriCloud