diff options
author | wpaul <wpaul@FreeBSD.org> | 1997-05-28 16:26:05 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1997-05-28 16:26:05 +0000 |
commit | 7b004237fc30dac7a9f2aeea29e1bdd9706569cf (patch) | |
tree | c76fa461ffa55a413acd5249a3cbae0ed5001459 /include | |
parent | 1c30dd40f259a2d4fafdf66c4b62251698719a73 (diff) | |
download | FreeBSD-src-7b004237fc30dac7a9f2aeea29e1bdd9706569cf.zip FreeBSD-src-7b004237fc30dac7a9f2aeea29e1bdd9706569cf.tar.gz |
Undo small change I accidentally left in while testing (files were
installed with wrong ownerships).
Pointed out by: bde
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 76873f3..60d427c 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.12 1996/08/30 22:36:45 peter Exp $ +# $Id: Makefile,v 1.15 1997/05/28 04:38:13 wpaul Exp $ .SUFFIXES: .x @@ -19,9 +19,8 @@ CLEANFILES+= ${HDRS} all: ${HDRS} -# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ beforeinstall: - ${INSTALL} -C -m 444 \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${HFILES:S;^;${.CURDIR}/;} \ ${XFILES:S;^;${.CURDIR}/;} \ ${HDRS} \ |