diff options
-rw-r--r-- | sys/arch/sparc64/stand/bootblk/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile index fcdf35daafb..c8b1ed948a1 100644 --- a/sys/arch/sparc64/stand/bootblk/Makefile +++ b/sys/arch/sparc64/stand/bootblk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/08/22 06:43:14 art Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/22 10:53:28 art Exp $ # $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $ CURDIR= ${.CURDIR} @@ -8,9 +8,6 @@ S= ${CURDIR}/../../../.. # Override normal settings # -PROG= -SRCS= bootblk.fth -OBJS= CLEANFILES= assym.fth.h assym.fth.h.tmp machine sparc \ bootblk bootblk.text bootblk.text.tmp @@ -57,6 +54,10 @@ bootblk: bootblk.fth assym.fth.h beforedepend: @touch .depend +beforeinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + bootblk ${DESTDIR}/usr/mdec + # # The following are if you grab the fakeboot program from the Sun website # |