diff options
Diffstat (limited to 'lib/libc/rpc/Makefile.inc')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 2d6967102ba..8cccdc4f364 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.15 2009/06/02 14:11:39 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2012/03/04 17:42:32 schwarze Exp $ # librpc sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE}/rpc ${LIBCSRCDIR}/rpc @@ -12,17 +12,16 @@ SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \ svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c xdr_mem.c \ xdr_rec.c xdr_reference.c xdr_stdio.c -MAN+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 rpcauth.3 -MLINKS+= bindresvport.3 bindresvport_sa.3 \ +MAN+= authnone_create.3 bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 +MLINKS+= authnone_create.3 auth_destroy.3 \ + authnone_create.3 authunix_create.3 \ + authnone_create.3 authunix_create_default.3 \ + authnone_create.3 set_rpc_maxgrouplist.3 \ + bindresvport.3 bindresvport_sa.3 \ getrpcent.3 getrpcbyname.3 \ getrpcent.3 getrpcbynumber.3 \ getrpcent.3 endrpcent.3 \ getrpcent.3 setrpcent.3 \ - rpcauth.3 auth_destroy.3 \ - rpcauth.3 authnone_create.3 \ - rpcauth.3 authunix_create.3 \ - rpcauth.3 authunix_create_default.3 \ - rpcauth.3 set_rpc_maxgrouplist.3 \ rpc.3 callrpc.3 \ rpc.3 clnt_broadcast.3 \ rpc.3 clnt_call.3 \ |