summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-12 07:40:51 +0000
committerjkh <jkh@FreeBSD.org>1998-11-12 07:40:51 +0000
commitc6de7d3383e8a4cb397f8cbf31de66b59ef8f69c (patch)
tree77091c4e0bcaabfaa925c46cf76566f0665c3bbd
parentfa540c0172913bd26e5ca08cc4e8e156a6691c73 (diff)
downloadFreeBSD-src-c6de7d3383e8a4cb397f8cbf31de66b59ef8f69c.zip
FreeBSD-src-c6de7d3383e8a4cb397f8cbf31de66b59ef8f69c.tar.gz
bootforth seems to be working well enough for me and others to turn
on by default. If it causes trouble, it's very easy to switch off again.
-rw-r--r--sys/boot/i386/loader/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 0452885..1edffdb 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 1998/11/04 02:36:18 jkh Exp $
+# $Id: Makefile,v 1.18 1998/11/04 03:42:36 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -15,13 +15,13 @@ HAVE_PNP= yes
HAVE_ISABUS= yes
# Enable BootForth
-#BOOT_FORTH= yes
-#CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
-#.if exists(${.OBJDIR}/../../ficl/libficl.a)
-#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-#.else
-#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
-#.endif
+BOOT_FORTH= yes
+CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
+.if exists(${.OBJDIR}/../../ficl/libficl.a)
+LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
+.else
+LIBFICL= ${.CURDIR}/../../ficl/libficl.a
+.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
OpenPOWER on IntegriCloud