aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-09-01 17:54:25 +0000
committerAdam David <adam@FreeBSD.org>1996-09-01 17:54:25 +0000
commita2480c3cfdb822ebe85f752a8eadeb7df8861a95 (patch)
treecd668869c87da3009eb5438fa41ab4b51c93b478 /include
parent0df7f79cbe6b092c6e06ef25e9747d97de0c8cd9 (diff)
downloadsrc-a2480c3cfdb822ebe85f752a8eadeb7df8861a95.tar.gz
src-a2480c3cfdb822ebe85f752a8eadeb7df8861a95.zip
install rpc header files
Notes
Notes: svn path=/head/; revision=17992
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 1f93a89ed7ea..6b31bb3df7ab 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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