diff options
author | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
commit | a5b996a7ecea192e05c848269fbfb40c1e7c50ef (patch) | |
tree | b43d0e66d9963acc026a6322b81fd219d273736b /lib/librpc/rpc/Makefile | |
parent | df2fbf15a2e56a16c3b54b93a3369b662b6f20e5 (diff) |
recording cvs-1.6 file death
Notes
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
Diffstat (limited to 'lib/librpc/rpc/Makefile')
-rw-r--r-- | lib/librpc/rpc/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/librpc/rpc/Makefile b/lib/librpc/rpc/Makefile deleted file mode 100644 index 55ee25a4e0d0..000000000000 --- a/lib/librpc/rpc/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# @(#)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> |