Deleted Added
full compact
Makefile (136910) Makefile (146011)
1# $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 136910 2004-10-24 15:33:08Z ru $
1# $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 146011 2005-05-08 14:17:28Z nyan $
2#
3LIB= pc98
4INTERNALLIB=
5
6.PATH: ${.CURDIR}/../../i386/libi386
7
8SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c biospci.c biossmap.c \
9 bootinfo.c bootinfo32.c comconsole.c devicename.c elf32_freebsd.c \

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

19.ifdef(BOOT_BIOSDISK_DEBUG)
20# Make the disk code more talkative
21CFLAGS+= -DDISK_DEBUG
22.endif
23
24# Include simple terminal emulation (cons25-compatible)
25CFLAGS+= -DTERM_EMU
26
2#
3LIB= pc98
4INTERNALLIB=
5
6.PATH: ${.CURDIR}/../../i386/libi386
7
8SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c biospci.c biossmap.c \
9 bootinfo.c bootinfo32.c comconsole.c devicename.c elf32_freebsd.c \

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

19.ifdef(BOOT_BIOSDISK_DEBUG)
20# Make the disk code more talkative
21CFLAGS+= -DDISK_DEBUG
22.endif
23
24# Include simple terminal emulation (cons25-compatible)
25CFLAGS+= -DTERM_EMU
26
27CFLAGS+= -DPC98
28CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
29 -I${.CURDIR}/../../i386/libi386 \
30 -I${.CURDIR}/../../.. -I.
31# the location of libstand
32CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
33
34.include <bsd.lib.mk>
27CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
28 -I${.CURDIR}/../../i386/libi386 \
29 -I${.CURDIR}/../../.. -I.
30# the location of libstand
31CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
32
33.include <bsd.lib.mk>