Use ${INSTALL_FILE} to move /boot.atari into place so it is seen by an

UNPRIVED build.
This commit is contained in:
tv 2002-04-23 17:04:31 +00:00
parent 1261c89715
commit 7da1186e67
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2002/04/08 17:29:53 bjh21 Exp $
# $NetBSD: Makefile,v 1.7 2002/04/23 17:04:31 tv Exp $
NOMAN= # defined
@ -48,7 +48,8 @@ beforeinstall:
@mv -f ${PROG}X ${PROG};
afterinstall:
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
${INSTALL_FILE} -o root -g wheel -m 644 \
${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
@mv -f ${PROG}XX ${PROG}
.s.o: