summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-07 22:21:14 +0000
committerwollman <wollman@FreeBSD.org>1994-08-07 22:21:14 +0000
commit5840c2bc03bafecd91180dd7b3227211cc943d0c (patch)
tree09fe86f8d673975748aa532eff9f76d35d62e38a /lib/libc/rpc/Makefile.inc
parentf97b56dcb01747e0ac3658d63b7f608139be3f3a (diff)
downloadFreeBSD-src-5840c2bc03bafecd91180dd7b3227211cc943d0c.zip
FreeBSD-src-5840c2bc03bafecd91180dd7b3227211cc943d0c.tar.gz
More directory cleanup after YP merge.
Diffstat (limited to 'lib/libc/rpc/Makefile.inc')
-rw-r--r--lib/libc/rpc/Makefile.inc20
1 files changed, 2 insertions, 18 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc
index 8776d9d..2f9394f 100644
--- a/lib/libc/rpc/Makefile.inc
+++ b/lib/libc/rpc/Makefile.inc
@@ -1,15 +1,13 @@
# @(#)Makefile 5.11 (Berkeley) 9/6/90
.PATH: ${.CURDIR}/rpc ${.CURDIR}/.
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/rpc
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
+ svc_tcp.c svc_udp.c
#
# XXX -- rstat.1 and rstat_svc.8 shouldn't really be here
@@ -19,21 +17,7 @@ SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
#
MAN1+= rpc/rstat.1
-MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3 rpc/xdr.3
+MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3
MAN5+= rpc/rpc.5
MAN8+= rpc/rstat_svc.8
-
-UNSUPPORTED+= xdr_float.c
-
-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
-
-beforeinstall: ${HDRS}
- @-if [ ! -d ${DESTDIR}/usr/include/rpc ]; then \
- mkdir ${DESTDIR}/usr/include/rpc; \
- chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/rpc; \
- chmod 755 ${DESTDIR}/usr/include/rpc; \
- fi
- cd ${.CURDIR}/rpc; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HDRS} \
- ${DESTDIR}/usr/include/rpc
OpenPOWER on IntegriCloud