diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1997-05-28 16:26:05 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1997-05-28 16:26:05 +0000 |
| commit | c3a87c6d4574376574c35299a11aac946063b905 (patch) | |
| tree | acc27c26412bc50cbc16a1e19b962b027deaa0b7 /include/rpcsvc | |
| parent | 0e04d559eb789be2c13d2ac0651c62b96b8aee2d (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -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 76873f30d682..60d427ce5e8f 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} \ |
