diff options
author | peter <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
commit | ab124e78b0271ddb904b761b31e5c9a0cf24e070 (patch) | |
tree | 0cf1447720c45721ed3d214a4eaaa6834bda155d /lib/librpc | |
parent | 15748830d0fcd29294a1969a1012655e74908c1e (diff) | |
download | FreeBSD-src-ab124e78b0271ddb904b761b31e5c9a0cf24e070.zip FreeBSD-src-ab124e78b0271ddb904b761b31e5c9a0cf24e070.tar.gz |
recording cvs-1.6 file death
Diffstat (limited to 'lib/librpc')
-rw-r--r-- | lib/librpc/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/librpc/rpc/Makefile | 18 |
2 files changed, 0 insertions, 22 deletions
diff --git a/lib/librpc/Makefile.inc b/lib/librpc/Makefile.inc deleted file mode 100644 index 15759b5..0000000 --- a/lib/librpc/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# -# Temporarily force creation of librpc.so.2.0. -# -.include "${.CURDIR}/../../Makefile.inc" diff --git a/lib/librpc/rpc/Makefile b/lib/librpc/rpc/Makefile deleted file mode 100644 index 55ee25a..0000000 --- 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> |