summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 01:59:40 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 01:59:40 +0000
commitd61cc614b7792d700261b9abd014d79cd7c24337 (patch)
tree996a1a4ab1e37a4dc2f9e4a4e57eba85358892fa
parent094637365914f173a3cabe06d83ead2dd35427e1 (diff)
downloadFreeBSD-src-d61cc614b7792d700261b9abd014d79cd7c24337.zip
FreeBSD-src-d61cc614b7792d700261b9abd014d79cd7c24337.tar.gz
Make up for the fact that rpc headers are now installed from include.
-rw-r--r--lib/librpc/rpc/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/librpc/rpc/Makefile b/lib/librpc/rpc/Makefile
index e949583..55ee25a 100644
--- a/lib/librpc/rpc/Makefile
+++ b/lib/librpc/rpc/Makefile
@@ -13,17 +13,6 @@ SRCS= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
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
-
all: librpc.a
-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
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud