Deleted Added
full compact
Makefile (125537) Makefile (125556)
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 125537 2004-02-06 21:58:32Z ru $
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 125556 2004-02-07 08:10:07Z ru $
2#
3LIB= i386
4INTERNALLIB= true
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c gatea20.c \

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

28CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
29 -I${.CURDIR}/../../../contrib/dev/acpica \
30 -I${.CURDIR}/../../.. -I.
31# the location of libstand
32CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
33
34.include <bsd.lib.mk>
35
2#
3LIB= i386
4INTERNALLIB= true
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c gatea20.c \

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

28CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
29 -I${.CURDIR}/../../../contrib/dev/acpica \
30 -I${.CURDIR}/../../.. -I.
31# the location of libstand
32CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
33
34.include <bsd.lib.mk>
35
36.if defined(REALLY_AMD64)
36.if ${MACHINE_ARCH} == "amd64"
37${OBJS}: machine
38CLEANFILES+= machine
39machine:
40 ln -sf ${.CURDIR}/../../../i386/include machine
41.endif
37${OBJS}: machine
38CLEANFILES+= machine
39machine:
40 ln -sf ${.CURDIR}/../../../i386/include machine
41.endif