summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-09-18 15:25:35 +0000
committerobrien <obrien@FreeBSD.org>2008-09-18 15:25:35 +0000
commitda994a9523e7f08302ec2d4738c5b2b0b1992c2c (patch)
treef21ca0739aaa25edeb4f628fd91f8f1c73d6ae8b /sys
parent11063fdcc56aa7cd037d8ac96f00ffe89d308f8e (diff)
downloadFreeBSD-src-da994a9523e7f08302ec2d4738c5b2b0b1992c2c.zip
FreeBSD-src-da994a9523e7f08302ec2d4738c5b2b0b1992c2c.tar.gz
No FORTH for MIPS.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index acd46c6..dfd266e 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -2,6 +2,10 @@
.include <bsd.own.mk>
+.if ${MACHINE_ARCH} == "mips"
+MK_FORTH=no # not yet
+.endif
+
.if ${MK_FORTH} != "no"
# Build the add-in FORTH interpreter.
SUBDIR+= ficl
OpenPOWER on IntegriCloud