summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-15 02:32:04 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-15 02:32:04 +0000
commite9b35570da23cc7b8b3f875a976857638405e779 (patch)
tree42432129b17418d7b19c982867474e31c9ac89ef /lib
parentb744b6caf97acca6ef0ad182519b407d7b3f9a28 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libypclnt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile
index 0ff8418dca49..2563b71630b9 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}