use ${INSTALL_FILE} as appropriate

This commit is contained in:
lukem 2002-02-09 09:21:47 +00:00
parent c57778753f
commit e2311f6fa0
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2000/09/23 13:53:42 simonb Exp $
# $NetBSD: Makefile,v 1.32 2002/02/09 09:24:05 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
.include <bsd.own.mk>
@ -51,9 +51,9 @@ afterinstall: clobber
.endif
clobber:
${INSTALL} ${INSTPRIV} ${COPY} -o games -g games -m 660 /dev/null \
${INSTALL_FILE} -o games -g games -m 660 /dev/null \
${DESTDIR}/var/games/hackdir/perm
${INSTALL} ${INSTPRIV} ${COPY} -o games -g games -m 660 /dev/null \
${INSTALL_FILE} -o games -g games -m 660 /dev/null \
${DESTDIR}/var/games/hackdir/record
rm -f ${DESTDIR}/var/games/hackdir/bones*

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2001/04/19 14:41:54 wiz Exp $
# $NetBSD: Makefile,v 1.11 2002/02/09 09:22:43 lukem Exp $
.include "../Makefile.path"
@ -33,7 +33,7 @@ LDADD+= -Wl,-R$(XLIBDIR) -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lm
DPADD+= $(LIBM)
afterinstall:
${INSTALL} ${COPY} -o $(BINOWN) -g $(BINGRP) -m 444 \
${INSTALL_FILE} -o $(BINOWN) -g $(BINGRP) -m 444 \
$(.CURDIR)/GXditview.ad \
$(DESTDIR)$(XLIBDIR)/X11/app-defaults/GXditview
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2002/01/31 19:12:43 tv Exp $
# $NetBSD: Makefile,v 1.17 2002/02/09 09:21:47 lukem Exp $
# install these sources in /usr/share/sendmail/cf
DIST= ${.CURDIR}/../../../../dist
@ -44,7 +44,7 @@ clean cleandir distclean:
realdepend:
distribution: netbsd-proto.cf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
${INSTALL_FILE} -o root -g wheel -m 444 \
netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
# this is overkill, but....