Home | History | Annotate | Line # | Download | only in rpc
Makefile.inc revision 1.1
      1  1.1  deraadt #	@(#)Makefile.inc	5.3 (Berkeley) 2/20/91
      2  1.1  deraadt 
      3  1.1  deraadt # compat-43 sources
      4  1.1  deraadt .PATH: ${.CURDIR}/${MACHINE}/../librpc/rpc ${.CURDIR}/../librpc/rpc
      5  1.1  deraadt 
      6  1.1  deraadt SRCS+=	auth_none.c auth_unix.c  authunix_prot.c bindresvport.c \
      7  1.1  deraadt 	clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \
      8  1.1  deraadt 	clnt_udp.c rpc_dtablesize.c get_myaddress.c getrpcent.c getrpcport.c \
      9  1.1  deraadt 	pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c \
     10  1.1  deraadt 	pmap_prot2.c pmap_rmt.c rpc_prot.c rpc_commondata.c rpc_callmsg.c \
     11  1.1  deraadt 	svc.c svc_auth.c svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
     12  1.1  deraadt 	svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_mem.c \
     13  1.1  deraadt 	xdr_rec.c xdr_reference.c xdr_stdio.c
     14  1.1  deraadt 
     15  1.1  deraadt # xdr_float.c
     16  1.1  deraadt 
     17  1.1  deraadt HDRS+=	auth.h auth_unix.h clnt.h pmap_clnt.h \
     18  1.1  deraadt 	pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h
     19