head	1.3;
access;
symbols
	bsd_44_lite_2:1.1.1.1
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.3
date	95.12.30.18.48.30;	author peter;	state dead;
branches;
next	1.2;

1.2
date	94.08.05.01.59.40;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.04.59.30;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.04.59.31;	author rgrimes;	state Exp;
branches;
next	;


desc
@@


1.3
log
@recording cvs-1.6 file death
@
text
@#	@@(#)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>
@


1.2
log
@Make up for the fact that rpc headers are now installed from include.
@
text
@@


1.1
log
@Initial revision
@
text
@a15 3
HDRS=	auth.h auth_unix.h clnt.h pmap_clnt.h \
	pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h

a16 8

beforeinstall: ${HDRS}
	rm -rf ${DESTDIR}/usr/include/rpc
	mkdir ${DESTDIR}/usr/include/rpc
	chown bin.bin ${DESTDIR}/usr/include/rpc
	chmod 755 ${DESTDIR}/usr/include/rpc
	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HDRS} \
	    ${DESTDIR}/usr/include/rpc
@


1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@
