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

--- 109 unchanged lines hidden ---
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 ---