'make install' is not supposed to touch anything.

This commit is contained in:
Peter Wemm 1996-08-30 22:36:45 +00:00
parent b7a48796ce
commit 8b7156a207
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17963

View file

@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
# $Id: Makefile,v 1.10 1996/08/30 19:31:28 peter Exp $
# $Id: Makefile,v 1.11 1996/08/30 21:57:32 peter Exp $
.SUFFIXES: .x
@ -17,7 +17,7 @@ CLEANFILES+= ${HDRS}
all: ${HDRS}
beforeinstall: ${HDRS}
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${HFILES:S;^;${.CURDIR}/;} \
${XFILES:S;^;${.CURDIR}/;} \