Deleted Added
full compact
Makefile (96455) Makefile (96513)
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 96455 2002-05-12 13:54:42Z obrien $
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 96513 2002-05-13 11:09:07Z ru $
2#
3LIB= i386
2#
3LIB= i386
4NOPIC=
5NOPROFILE=
6INTERNALLIB= true
4INTERNALLIB= true
7INTERNALSTATICLIB= true
8
9SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
10 biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
11 i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
12 time.c vidconsole.c
13
14CFLAGS+= -ffreestanding
15BOOT_COMCONSOLE_PORT?= 0x3f8

--- 35 unchanged lines hidden ---
5
6SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
8 i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
9 time.c vidconsole.c
10
11CFLAGS+= -ffreestanding
12BOOT_COMCONSOLE_PORT?= 0x3f8

--- 35 unchanged lines hidden ---