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 getrpcent.3 getrpcbynumber.3 25