mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Make up for the fact that rpc headers are now installed from include.
This commit is contained in:
parent
7cf8a6b5cb
commit
174cff9d58
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1853
1 changed files with 0 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue