View | Details | Raw Unified | Return to bug 50300
Collapse All | Expand All

(-)Makefile Tue Mar 25 14:58:58 2003 (+2 lines)
Lines 29-35 Link Here
29
.endif
29
.endif
30
30
31
# Include simple terminal emulation (cons25-compatible)
31
# Include simple terminal emulation (cons25-compatible)
32
.ifdef(NO_BOOT_TERM_EMU)
32
CFLAGS+= -DTERM_EMU
33
CFLAGS+= -DTERM_EMU
34
.endif
33
35
34
# Make "machine" required for all objects
36
# Make "machine" required for all objects
35
# (based on the more complete case in sys/i386/boot/Makefile.inc)
37
# (based on the more complete case in sys/i386/boot/Makefile.inc)

Return to bug 50300