diff options
author | julian <julian@FreeBSD.org> | 1996-09-05 21:12:06 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-09-05 21:12:06 +0000 |
commit | 34657c737b0ff73e8b22204f4fabbfbd67fb63c2 (patch) | |
tree | 1fd7dc78749cae296a02b1574de86e82c67bb3ff /sys/i386/boot/biosboot/Makefile | |
parent | bdff9a8fc25f189e0e2102c399bc4c080e633273 (diff) | |
download | FreeBSD-src-34657c737b0ff73e8b22204f4fabbfbd67fb63c2.zip FreeBSD-src-34657c737b0ff73e8b22204f4fabbfbd67fb63c2.tar.gz |
Back out the previous changes
I just couldn't get the code to be as small as it should have gotten..
atill a LITTLE bigger than before as I need to allow the
default string to have options as well
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r-- | sys/i386/boot/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 6eb76a6..4efe003 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.42 1996/07/12 05:17:36 bde Exp $ +# $Id: Makefile,v 1.43 1996/09/04 18:28:33 julian Exp $ # PROG= boot @@ -75,7 +75,7 @@ boot1: boot.nohdr boot2: boot.nohdr dd if=boot.nohdr of=boot2 bs=512 skip=1 - @dd if=boot2 skip=15 of=sizetest 2> /dev/null + @dd if=boot2 skip=14 of=sizetest 2> /dev/null @if [ -s sizetest ] ; then \ echo "*** Boot2 is too BIG ***" ; exit 2 ; \ fi |