Make up for the fact that rpc headers are now installed from include.

This commit is contained in:
Garrett Wollman 1994-08-05 01:59:40 +00:00
parent 7cf8a6b5cb
commit 174cff9d58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1853

View File

@ -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>