summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-02-05 02:21:31 +0000
committerkato <kato@FreeBSD.org>2000-02-05 02:21:31 +0000
commit1ed4e27f18edf2f6a9610dca3466a4819ecb375f (patch)
treea57b7213341907b46219f9d46776b2a10c73eebd
parent974943ea456651df9ae77b54ecd3bdb30d758bfa (diff)
downloadFreeBSD-src-1ed4e27f18edf2f6a9610dca3466a4819ecb375f.zip
FreeBSD-src-1ed4e27f18edf2f6a9610dca3466a4819ecb375f.tar.gz
Synced with sys/boot/i386/loader/Makefile rev 1.41.
-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 6b42c90..821cf07 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
OpenPOWER on IntegriCloud