From d61cc614b7792d700261b9abd014d79cd7c24337 Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 5 Aug 1994 01:59:40 +0000 Subject: [PATCH] Make up for the fact that rpc headers are now installed from include. --- lib/librpc/rpc/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/librpc/rpc/Makefile b/lib/librpc/rpc/Makefile index e9495834872d..55ee25a4e0d0 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