From edca56133cc278bf477599d03949e0dbb7f05ead Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 3 May 1993 07:43:41 +0000 Subject: [PATCH] moved rpc include files --- lib/librpc/rpc/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/lib/librpc/rpc/Makefile b/lib/librpc/rpc/Makefile index 7aaa16ff4e5f..4319ae21c606 100644 --- a/lib/librpc/rpc/Makefile +++ b/lib/librpc/rpc/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 5.11 (Berkeley) 9/6/90 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 \ @@ -13,23 +12,4 @@ 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 - -INCDIR= /usr/include/rpc - -all: librpc.a - -beforeinstall: ${HDRS} - @if [ ! -d ${DESTDIR}${INCDIR} ]; then \ - /bin/rm -f ${DESTDIR}${INCDIR} ; \ - mkdir -p ${DESTDIR}${INCDIR} ; \ - chown root.wheel ${DESTDIR}${INCDIR} ; \ - chmod 755 ${DESTDIR}${INCDIR} ; \ - else \ - true ; \ - fi - cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HDRS} \ - ${DESTDIR}${INCDIR} - .include