From bbb147498662ac41516ee0fa5ae0403536ff06eb Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 18 Sep 2008 15:25:35 +0000 Subject: No FORTH for MIPS. --- sys/boot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/Makefile b/sys/boot/Makefile index acd46c6b7322..dfd266e25285 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -2,6 +2,10 @@ .include +.if ${MACHINE_ARCH} == "mips" +MK_FORTH=no # not yet +.endif + .if ${MK_FORTH} != "no" # Build the add-in FORTH interpreter. SUBDIR+= ficl -- cgit v1.2.3