track rev. 1.7 of pmax/stand/boot/Makefile:
use ${INSTALL_FILE} instead of "cp -p"
This commit is contained in:
parent
a0fd84cd66
commit
b57a8b3514
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2000/09/26 09:11:04 wdk Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/05/07 12:28:20 jdolecek Exp $
|
||||
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
||||
|
||||
SECONDARY_PROG= boot
|
||||
@ -9,7 +9,9 @@ SRCS+= prom.S
|
||||
|
||||
CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"'
|
||||
|
||||
# Copy boot to / as well.
|
||||
afterinstall:
|
||||
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
|
||||
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
|
||||
|
||||
.include "../Makefile.booters"
|
||||
|
Loading…
x
Reference in New Issue
Block a user