diff options
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index b807c9e6add..44c55edbad5 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1996/09/02 05:34:45 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1998/03/13 00:48:33 deraadt Exp $ # librpc sources .PATH: ${.CURDIR}/arch/${MACHINE}/rpc ${.CURDIR}/rpc @@ -12,15 +12,15 @@ 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 +MAN+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 rpcauth.3 MLINKS+= getrpcent.3 getrpcbyname.3 \ getrpcent.3 getrpcbynumber.3 \ getrpcent.3 endrpcent.3 \ getrpcent.3 setrpcent.3 \ - rpc.3 auth_destroy.3 \ - rpc.3 authnone_create.3 \ - rpc.3 authunix_create.3 \ - rpc.3 authunix_create_default.3 \ + rpcauth.3 auth_destroy.3 \ + rpcauth.3 authnone_create.3 \ + rpcauth.3 authunix_create.3 \ + rpcauth.3 authunix_create_default.3 \ rpc.3 callrpc.3 \ rpc.3 clnt_broadcast.3 \ rpc.3 clnt_call.3 \ |