Home | History | Annotate | Line # | Download | only in rpc
Makefile.inc revision 1.3
      1  1.3  mycroft #	from: @(#)Makefile.inc	5.3 (Berkeley) 2/20/91
      2  1.3  mycroft #	$Id: Makefile.inc,v 1.3 1993/08/01 05:40:47 mycroft Exp $
      3  1.1  deraadt 
      4  1.2      jtc # librpc sources
      5  1.2      jtc .PATH:	${.CURDIR}/../librpc/rpc
      6  1.1  deraadt 
      7  1.1  deraadt SRCS+=	auth_none.c auth_unix.c  authunix_prot.c bindresvport.c \
      8  1.1  deraadt 	clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
      9  1.1  deraadt 	clnt_udp.c rpc_dtablesize.c get_myaddress.c getrpcent.c getrpcport.c \
     10  1.1  deraadt 	pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
     11  1.1  deraadt 	pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c rpc_callmsg.c \
     12  1.1  deraadt 	svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
     13  1.2      jtc 	svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c xdr_mem.c \
     14  1.1  deraadt 	xdr_rec.c xdr_reference.c xdr_stdio.c
     15