aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-09-18 15:25:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-09-18 15:25:35 +0000
commitbbb147498662ac41516ee0fa5ae0403536ff06eb (patch)
treef21ca0739aaa25edeb4f628fd91f8f1c73d6ae8b
parentb17e4de65f5d8f58e8fd74a5c6efa4c3b20fc25e (diff)
downloadsrc-bbb147498662ac41516ee0fa5ae0403536ff06eb.tar.gz
src-bbb147498662ac41516ee0fa5ae0403536ff06eb.zip
No FORTH for MIPS.
Notes
Notes: svn path=/head/; revision=183149
-rw-r--r--sys/boot/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <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