--- /tmp/Makefile.orig Mon May 29 14:08:46 2006 +++ /usr/src/sys/boot/i386/libi386/Makefile Mon May 29 14:13:21 2006 @@ -22,7 +22,9 @@ .endif # Include simple terminal emulation (cons25-compatible) +.ifndef(BOOT_NO_TERM_EMU) CFLAGS+= -DTERM_EMU +.endif CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \ -I${.CURDIR}/../../../contrib/dev/acpica \