aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2000-02-05 02:21:31 +0000
committerKATO Takenori <kato@FreeBSD.org>2000-02-05 02:21:31 +0000
commit080be1dd6ab13864e0717cac7367de23428f04bd (patch)
tree9ddb91f3f779c3a39f6f3ecca5c7afdff9143360 /sys/boot
parent48ca6b1019246bf067ea2d183b1fda30fb7f2efb (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/loader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 6b42c90e2c65..821cf07e0b70 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -19,6 +19,7 @@ SRCS= main.c conf.c
HAVE_PNP= yes
HAVE_ISABUS= yes
+.if !defined(NOFORTH)
# Enable BootForth
BOOT_FORTH= yes
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
@@ -27,6 +28,7 @@ LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.else
LIBFICL= ${.CURDIR}/../../ficl/libficl.a
.endif
+.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common