3cefada244
command available yet. Changed an entry in getprcent.3 from rpcinfo(8C) to rpcinfo(8). Changed an entry in getrpcport.3 from 3R to 3. Changed two entries in rpc.3 from 3N to 3.
24 lines
829 B
Makefile
24 lines
829 B
Makefile
# @(#)Makefile 5.11 (Berkeley) 9/6/90
|
|
|
|
.PATH: ${.CURDIR}/rpc ${.CURDIR}/.
|
|
SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
|
|
clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
|
|
clnt_udp.c rpc_dtablesize.c get_myaddress.c getrpcent.c getrpcport.c \
|
|
pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
|
|
pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c rpc_callmsg.c \
|
|
svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
|
|
svc_tcp.c svc_udp.c
|
|
|
|
#
|
|
# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
|
|
# but there's no rstat command, don't know why, so I'm
|
|
# leaving them here in case they're needed sometime later.
|
|
# Paul.
|
|
#
|
|
|
|
# MAN1+= rpc/rstat.1
|
|
MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3
|
|
MAN5+= rpc/rpc.5
|
|
MAN8+= rpc/rstat_svc.8
|
|
|