diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-12 08:35:05 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-12 08:35:05 +0000 |
commit | 9b36a30ee46a7766f269fe832ef3a2daa2ec04f0 (patch) | |
tree | e9c20e0ad56700e1d4543b7595a0d763e456d0f7 /sys | |
parent | 3a19b480c85b6c3f2f23a07a3c111d04d7f3be6d (diff) |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 691ca0f4ded96..01a3e1efb7769 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,9 +1,7 @@ # $FreeBSD$ # Build the add-in FORTH interpreter -.if ${MACHINE_ARCH} != "ia64" SUBDIR+= ficl -.endif # Build OpenFirmware library on PowerPC .if ${MACHINE_ARCH} == "powerpc" |