summaryrefslogtreecommitdiffstats
path: root/lib/librpc/rpc/Makefile
blob: 55ee25a4e0d076cc517a86d3881f9386b566c418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	@(#)Makefile	5.12 (Berkeley) 7/15/92

LIB=	rpc
CFLAGS+=-I${.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 xdr.c xdr_array.c xdr_mem.c \
	xdr_rec.c xdr_reference.c xdr_stdio.c

UNSUPPORTED=	xdr_float.c 

all: librpc.a

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud