From a554ffdde0337cb137dd79869342b1b1e8b62f8b Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 3 May 1999 18:59:08 +0000 Subject: [PATCH] Better pad the artificial header to exactly 32 bytes. --- sys/arch/sparc/stand/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/stand/boot/Makefile b/sys/arch/sparc/stand/boot/Makefile index f4b5c3a961cf..d2f5b0c8a2cd 100644 --- a/sys/arch/sparc/stand/boot/Makefile +++ b/sys/arch/sparc/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/30 09:29:40 christos Exp $ +# $NetBSD: Makefile,v 1.14 1999/05/03 18:59:08 pk Exp $ STRIPFLAG= PROG= boot @@ -32,6 +32,6 @@ ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} # conjure up a magic header that is accepted by all Sun PROMS; # see installboot.c for details. ${FILES}: ${PROG} - (printf '\01\03\01\07\060\200\0\07'; cat ${.ALLSRC} ) > ${.TARGET} + (printf '\01\03\01\07\060\200\0\07\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'; cat ${.ALLSRC} ) > ${.TARGET} .include