Deleted Added
full compact
Makefile (139103) Makefile (139112)
1# $FreeBSD: head/sys/boot/pc98/boot2/Makefile 139103 2004-12-21 08:47:35Z ru $
1# $FreeBSD: head/sys/boot/pc98/boot2/Makefile 139112 2004-12-21 09:59:45Z ru $
2#
3
4PROG= boot
5# Order is very important on the SRCS line for this prog
6SRCS= start.S table.c boot2.S boot.c asm.S bios.S serial.S
7SRCS+= probe_keyboard.c io.c disk.c sys.c
8
9BINMODE= 444

--- 34 unchanged lines hidden (view full) ---

44# be SCSI and have unit number (BIOS_drive_number - BOOT_HD_BIAS). E.g.,
45# BOOT_HD_BIAS=1 makes BIOS drive 1 correspond to 1:da(0,a) instead of
46# 1:wd(1,a). If `da' is given explicitly, then the drive is assumed to be
47# SCSI and have BIOS drive number (da_unit_number + BOOT_HD_BIAS). E.g.,
48# BOOT_HD_BIAS=1 makes da(0,a) correspond to 1:da(0,a) instead of 0:da(0,a).
49
50CLEANFILES+= boot.nohdr boot.strip boot.ldr boot1 boot2 sizetest
51LDFLAGS+= -N -Ttext 0 -e start
2#
3
4PROG= boot
5# Order is very important on the SRCS line for this prog
6SRCS= start.S table.c boot2.S boot.c asm.S bios.S serial.S
7SRCS+= probe_keyboard.c io.c disk.c sys.c
8
9BINMODE= 444

--- 34 unchanged lines hidden (view full) ---

44# be SCSI and have unit number (BIOS_drive_number - BOOT_HD_BIAS). E.g.,
45# BOOT_HD_BIAS=1 makes BIOS drive 1 correspond to 1:da(0,a) instead of
46# 1:wd(1,a). If `da' is given explicitly, then the drive is assumed to be
47# SCSI and have BIOS drive number (da_unit_number + BOOT_HD_BIAS). E.g.,
48# BOOT_HD_BIAS=1 makes da(0,a) correspond to 1:da(0,a) instead of 0:da(0,a).
49
50CLEANFILES+= boot.nohdr boot.strip boot.ldr boot1 boot2 sizetest
51LDFLAGS+= -N -Ttext 0 -e start
52NOSHARED= YES
52NO_SHARED= YES
53NO_MAN=
54STRIP=
55
56# tunable timeout parameter, waiting for keypress, calibrated in ms
57BOOTWAIT?= 5000
58# tunable timeout during string input, calibrated in ms
59#TIMEOUT?= 30000
60

--- 46 unchanged lines hidden ---
53NO_MAN=
54STRIP=
55
56# tunable timeout parameter, waiting for keypress, calibrated in ms
57BOOTWAIT?= 5000
58# tunable timeout during string input, calibrated in ms
59#TIMEOUT?= 30000
60

--- 46 unchanged lines hidden ---