summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 21:57:39 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 21:57:39 +0000
commited0593748738d96c2f2af55960427d492587e91e (patch)
tree987bffaf0fd4d493b70ff8e255e6a4cb6a7da29b
parent8f4f719b2a1ada7083c8c9547c99b39d3ba7363d (diff)
downloadFreeBSD-src-ed0593748738d96c2f2af55960427d492587e91e.zip
FreeBSD-src-ed0593748738d96c2f2af55960427d492587e91e.tar.gz
missed these parts of Bruce's changes last time..
Submitted by: bde (again :-)
-rw-r--r--gnu/include/Makefile4
-rw-r--r--include/rpcsvc/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index 612945a..e5cb105 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -1,6 +1,4 @@
-# $Id: Makefile,v 1.3 1996/08/30 03:12:16 peter Exp $
-#
-all depend lint tags:
+# $Id: Makefile,v 1.4 1996/08/30 19:26:49 peter Exp $
NOOBJ= noobj
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 69190a2..f96d23a 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.9 1996/08/29 19:59:48 peter Exp $
+# $Id: Makefile,v 1.10 1996/08/30 19:31:28 peter Exp $
.SUFFIXES: .x
@@ -17,7 +17,7 @@ CLEANFILES+= ${HDRS}
all: ${HDRS}
-install: ${HDRS}
+beforeinstall: ${HDRS}
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${HFILES:S;^;${.CURDIR}/;} \
${XFILES:S;^;${.CURDIR}/;} \
OpenPOWER on IntegriCloud