xref: /freebsd/lib/libc/rpc/Makefile.inc (revision 1130b656e5fe4c2d1ba299e024d1b40eaeebd380)
1#	@(#)Makefile	5.11 (Berkeley) 9/6/90
2
3.PATH: ${.CURDIR}/rpc ${.CURDIR}/.
4SRCS+=	auth_none.c auth_unix.c  authunix_prot.c bindresvport.c \
5	clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
6	clnt_udp.c rpc_dtablesize.c get_myaddress.c getrpcent.c getrpcport.c \
7	pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
8	pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c rpc_callmsg.c \
9	svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
10	svc_tcp.c svc_udp.c
11
12#
13# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
14#        but there's no rstat command, don't know why, so I'm
15#        leaving them here in case they're needed sometime later.
16# Paul.
17#
18
19# MAN1+= rpc/rstat.1
20MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3
21MAN5+= rpc/rpc.5
22MAN8+= rpc/rstat_svc.8
23
24MLINKS+=	getrpcent.3 getrpcbyname.3 \
25		getrpcent.3 getrpcbynumber.3 \
26		getrpcent.3 endrpcent.3 \
27		getrpcent.3 setrpcent.3 \
28		rpc.3 auth_destroy.3 \
29		rpc.3 authnone_create.3 \
30		rpc.3 authunix_create.3 \
31		rpc.3 authunix_create_default.3 \
32		rpc.3 callrpc.3 \
33		rpc.3 clnt_broadcast.3 \
34		rpc.3 clnt_call.3 \
35		rpc.3 clnt_control.3 \
36		rpc.3 clnt_create.3 \
37		rpc.3 clnt_destroy.3 \
38		rpc.3 clnt_freeres.3 \
39		rpc.3 clnt_geterr.3 \
40		rpc.3 clnt_pcreateerror.3 \
41		rpc.3 clnt_perrno.3 \
42		rpc.3 clnt_perror.3 \
43		rpc.3 clnt_spcreateerror.3 \
44		rpc.3 clnt_sperrno.3 \
45		rpc.3 clnt_sperror.3 \
46		rpc.3 clntraw_create.3 \
47		rpc.3 clnttcp_create.3 \
48		rpc.3 clntudp_bufcreate.3 \
49		rpc.3 clntudp_create.3 \
50		rpc.3 get_myaddress.3 \
51		rpc.3 pmap_getmaps.3 \
52		rpc.3 pmap_getport.3 \
53		rpc.3 pmap_rmtcall.3 \
54		rpc.3 pmap_set.3 \
55		rpc.3 pmap_unset.3 \
56		rpc.3 regsterrpc.3 \
57		rpc.3 rpc_createerr.3 \
58		rpc.3 svc_destroy.3 \
59		rpc.3 svc_fds.3 \
60		rpc.3 svc_fdset.3 \
61		rpc.3 svc_getargs.3 \
62		rpc.3 svc_getcaller.3 \
63		rpc.3 svc_getreg.3 \
64		rpc.3 svc_getregset.3 \
65		rpc.3 svc_register.3 \
66		rpc.3 svc_run.3 \
67		rpc.3 svc_sendreply.3 \
68		rpc.3 svc_unregister.3 \
69		rpc.3 svcerr_auth.3 \
70		rpc.3 svcerr_decode.3 \
71		rpc.3 svcerr_noproc.3 \
72		rpc.3 svcerr_noprog.3 \
73		rpc.3 svcerr_progvers.3 \
74		rpc.3 svcerr_systemerr.3 \
75		rpc.3 svcerr_weakauth.3 \
76		rpc.3 svcfd_create.3 \
77		rpc.3 svcraw_create.3 \
78		rpc.3 svctcp_create.3 \
79		rpc.3 svcudp_bufcreate.3 \
80		rpc.3 xdr_accepted_reply.3 \
81		rpc.3 xdr_authunix_parms.3 \
82		rpc.3 xdr_callhdr.3 \
83		rpc.3 xdr_callmsg.3 \
84		rpc.3 xdr_opaque_auth.3 \
85		rpc.3 xdr_pmap.3 \
86		rpc.3 xdr_pmaplist.3 \
87		rpc.3 xdr_rejected_reply.3 \
88		rpc.3 xdr_replymsg.3 \
89		rpc.3 xprt_register.3 \
90		rpc.3 xprt_unregister.3 \
91
92MLINKS+=getrpcent.3 getrpcbyname.3 getrpcent.3 getrpcbynumber.3
93