summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-21 09:29:49 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-08-21 09:29:49 +0000
commit4604167e0a134565105659ceb5f37b60ce596284 (patch)
treeef995160d378251ec6adfc33795fbe664aefe84e /include
parente6b54a1659b3b9976714db9d9ff6aabe2412c187 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
-rw-r--r--include/rpcsvc/Makefile11
2 files changed, 10 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile
index 35adae09460f..1dfe4cce5d41 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.60 1997/07/31 11:32:25 asami Exp $
+# $Id: Makefile,v 1.61 1997/08/18 06:28:47 peter Exp $
#
# Doing a make install builds /usr/include
#
@@ -66,7 +66,7 @@ all:
beforeinstall: installhdrs ${SHARED}
-installhdrs:
+installhdrs: _SUBDIR
cd ${.CURDIR}; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${FILES} ${DESTDIR}/usr/include
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 60d427ce5e8f..a9015e0499aa 100644
--- a/include/rpcsvc/Makefile
+++ b/include/rpcsvc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
-# $Id: Makefile,v 1.15 1997/05/28 04:38:13 wpaul Exp $
+# $Id: Makefile,v 1.16 1997/05/28 16:26:05 wpaul Exp $
.SUFFIXES: .x
@@ -19,13 +19,18 @@ CLEANFILES+= ${HDRS}
all: ${HDRS}
-beforeinstall:
+beforeinstall: installhdrs
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${HFILES:S;^;${.CURDIR}/;} \
${XFILES:S;^;${.CURDIR}/;} \
- ${HDRS} \
${DESTDIR}/usr/include/rpcsvc
+installhdrs:
+ cd ${.OBJDIR}; \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${HDRS} \
+ ${DESTDIR}/usr/include/rpcsvc
+
.x.h:
${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}