Deleted Added
full compact
1c1
< # $Id: Makefile,v 1.11 1999/01/10 14:48:03 rnordier Exp $
---
> # $Id: Makefile,v 1.12 1999/04/05 07:24:51 rnordier Exp $
13a14,16
> # A value of 0x80 enables LBA support.
> B1FLAGS= 0
>
44c47
< (cd ${.CURDIR}; ${M4} boot1.m4 boot1.s) | \
---
> (cd ${.CURDIR}; ${M4} -DFLAGS=${B1FLAGS} boot1.m4 boot1.s) | \