Deleted Added
sdiff udiff text old ( 116864 ) new ( 125517 )
full compact
1# $FreeBSD: head/sys/boot/i386/boot2/Makefile 125517 2004-02-06 12:58:32Z ru $
2
3PROG= boot2
4NOMAN=
5STRIP=
6BINMODE= 444
7CLEANFILES= boot boot1 boot1.out boot1.o \
8 boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
9 boot2.s sio.o
10
11NM?= nm
12
13# A value of 0x80 enables LBA support.

--- 109 unchanged lines hidden ---