Unbreak pc98 after my last changes to i386.

This commit is contained in:
sobomax 2005-12-20 08:54:30 +00:00
parent 264e5634f3
commit 6168246eb2

View File

@ -24,6 +24,9 @@ CFLAGS+= -DDISK_DEBUG
# Include simple terminal emulation (cons25-compatible)
CFLAGS+= -DTERM_EMU
# XXX: make alloca() useable
CFLAGS+= -Dalloca=__builtin_alloca
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
-I${.CURDIR}/../../i386/libi386 \
-I${.CURDIR}/../../.. -I.