install rpc header files

This commit is contained in:
Adam David 1996-09-01 17:54:25 +00:00
parent 0df7f79cbe
commit a2480c3cfd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17992

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
# $Id: Makefile,v 1.41 1996/08/29 19:57:48 peter Exp $
# $Id: Makefile,v 1.42 1996/08/30 19:37:14 peter Exp $
#
# Doing a make install builds /usr/include
#
@ -53,6 +53,9 @@ beforeinstall: ${SHARED}
cd ${.CURDIR}/protocols; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${PROTOFILES} ${DESTDIR}/usr/include/protocols
cd ${.CURDIR}/rpc; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${RPCFILES} ${DESTDIR}/usr/include/rpc
@rm -f osreldate.h
.if exists (${.CURDIR}/../sys/conf/newvers.sh)
@${ECHO} creating osreldate.h from newvers.sh