summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-12-10 09:18:42 +0000
committergrehan <grehan@FreeBSD.org>2003-12-10 09:18:42 +0000
commitb3a72fb411ada8efed13d92f43b437f9d23bad47 (patch)
tree0b9cc01ab60cfd22cbb84600c4418ac2b79e8c33 /sys/boot/Makefile
parent4b8cd9255516674cfdbf01fbcc3a395171d9f6e0 (diff)
downloadFreeBSD-src-b3a72fb411ada8efed13d92f43b437f9d23bad47.zip
FreeBSD-src-b3a72fb411ada8efed13d92f43b437f9d23bad47.tar.gz
Enable FICL build on powerpc
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 5a04f78..ad7f32b 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -4,7 +4,7 @@
.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
.endif
-.if !defined(NOFORTH) && ${MACHINE_ARCH} != "powerpc"
+.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl
.endif
OpenPOWER on IntegriCloud