From e9b35570da23cc7b8b3f875a976857638405e779 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 15 Apr 2002 02:32:04 +0000 Subject: [PATCH] Add a missing generated file. --- lib/libypclnt/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index 0ff8418dca4..2563b71630b 100644 --- a/lib/libypclnt/Makefile +++ b/lib/libypclnt/Makefile @@ -3,7 +3,7 @@ LIB = ypclnt SHLIB_MAJOR = 1 SHLIB_MINOR = 0 -SRCS = +SRCS = SRCS += ypclnt_connect.c SRCS += ypclnt_error.c SRCS += ypclnt_free.c @@ -21,6 +21,7 @@ GENSRCS = GENSRCS += yp.h GENSRCS += yp_clnt.c GENSRCS += yppasswd.h +GENSRCS += yppasswd_xdr.c GENSRCS += yppasswd_clnt.c GENSRCS += yppasswd_private.h GENSRCS += yppasswd_private_clnt.c @@ -40,6 +41,9 @@ yp_clnt.c: ${RPCSRC} yppasswd.h: ${RPCSRC_PW} ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW} +yppasswd_xdr.c: ${RPCSRC_PRIV} + ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PW} + yppasswd_clnt.c: ${RPCSRC_PW} ${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PW} -- 2.45.2