aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 21:57:39 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 21:57:39 +0000
commit20c5124b62014e629ddcdc251aecc2faa57c9a55 (patch)
tree987bffaf0fd4d493b70ff8e255e6a4cb6a7da29b /include/rpcsvc/Makefile
parentc5c39d241c4c3a855f6df2ea6c4542fd087faa58 (diff)
downloadsrc-20c5124b62014e629ddcdc251aecc2faa57c9a55.tar.gz
src-20c5124b62014e629ddcdc251aecc2faa57c9a55.zip
missed these parts of Bruce's changes last time..
Submitted by: bde (again :-)
Notes
Notes: svn path=/head/; revision=17960
Diffstat (limited to 'include/rpcsvc/Makefile')
-rw-r--r--include/rpcsvc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 69190a2acdbd..f96d23aca989 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}/;} \