diff options
Diffstat (limited to 'sys/arch/mvme88k/stand')
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/openbsd/netboot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/openbsd/sboot/Makefile | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/Makefile | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/Makefile b/sys/arch/mvme88k/stand/netboot/Makefile index 2036c5d5c11..9d9d9cfc850 100644 --- a/sys/arch/mvme88k/stand/netboot/Makefile +++ b/sys/arch/mvme88k/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/03/03 19:30:39 rahnds Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:56:32 millert Exp $ RELOC=0x3F0000 @@ -25,7 +25,7 @@ netboot.bin: netboot dd ibs=32 skip=1 if=netboot of=$@ install: - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ netboot.bin ${DESTDIR}${MDEC_DIR}/netboot .include <bsd.prog.mk> diff --git a/sys/arch/mvme88k/stand/openbsd/netboot/Makefile b/sys/arch/mvme88k/stand/openbsd/netboot/Makefile index 97900f2351c..dd675f294da 100644 --- a/sys/arch/mvme88k/stand/openbsd/netboot/Makefile +++ b/sys/arch/mvme88k/stand/openbsd/netboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/03/03 19:31:08 rahnds Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:56:33 millert Exp $ RELOC=0x3F0000 @@ -25,7 +25,7 @@ netboot.bin: netboot dd ibs=32 skip=1 if=netboot of=$@ install: - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ netboot.bin ${DESTDIR}${MDEC_DIR}/netboot .include <bsd.prog.mk> diff --git a/sys/arch/mvme88k/stand/openbsd/sboot/Makefile b/sys/arch/mvme88k/stand/openbsd/sboot/Makefile index 95b897d90c2..076deb2e306 100644 --- a/sys/arch/mvme88k/stand/openbsd/sboot/Makefile +++ b/sys/arch/mvme88k/stand/openbsd/sboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/03/03 19:31:10 rahnds Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:56:34 millert Exp $ S= ${.CURDIR}/../../../.. INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S} @@ -31,9 +31,9 @@ rboot: rboot.tmp srec dd ibs=32 skip=1 if=rboot.tmp | ${.OBJDIR}/srec 4 0x4000 rboot > rboot install: - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ sboot ${DESTDIR}${MDEC_DIR}/sboot - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ rboot ${DESTDIR}${MDEC_DIR}/rboot .include <bsd.prog.mk> diff --git a/sys/arch/mvme88k/stand/sboot/Makefile b/sys/arch/mvme88k/stand/sboot/Makefile index b1bb7bfe205..076deb2e306 100644 --- a/sys/arch/mvme88k/stand/sboot/Makefile +++ b/sys/arch/mvme88k/stand/sboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/03/03 19:30:41 rahnds Exp $ +# $Id: Makefile,v 1.2 1997/04/27 20:56:34 millert Exp $ S= ${.CURDIR}/../../../.. INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S} @@ -31,9 +31,9 @@ rboot: rboot.tmp srec dd ibs=32 skip=1 if=rboot.tmp | ${.OBJDIR}/srec 4 0x4000 rboot > rboot install: - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ sboot ${DESTDIR}${MDEC_DIR}/sboot - install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ rboot ${DESTDIR}${MDEC_DIR}/rboot .include <bsd.prog.mk> |