Undo small change I accidentally left in while testing (files were

installed with wrong ownerships).

Pointed out by: bde
This commit is contained in:
Bill Paul 1997-05-28 16:26:05 +00:00
parent 0e04d559eb
commit c3a87c6d45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26248

View File

@ -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} \