Unbreak pc98 after my last changes to i386.

This commit is contained in:
Maxim Sobolev 2005-12-20 08:54:30 +00:00
parent 796baad9e6
commit 90ec8e27c3

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.