diff options
Diffstat (limited to 'lib/libc/rpc/Makefile.inc')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 3a3b3599939..afcec0471c5 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2000/01/26 06:22:54 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2000/12/21 21:11:31 deraadt Exp $ # librpc sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE}/rpc ${LIBCSRCDIR}/rpc @@ -56,6 +56,7 @@ MLINKS+= bindresvport.3 bindresvport_sa.3 \ rpc.3 svc_getcaller.3 \ rpc.3 svc_getreq.3 \ rpc.3 svc_getreqset.3 \ + rpc.3 svc_getreqset2.3 \ rpc.3 svc_register.3 \ rpc.3 svc_run.3 \ rpc.3 svc_sendreply.3 \ |