summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-04 02:36:18 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-04 02:36:18 +0000
commit12b2c0d82e4956a52ff658d79837154f4c5eee30 (patch)
tree2f5bb9cb555977848b351d5337b661ad9dd2f593 /sys/boot
parent797ed6379aaf7f260884cc253dd875e3adb325a5 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index f072b010d7a3..bf418a16ad76 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1998/10/23 22:32:27 msmith Exp $
+# $Id: Makefile,v 1.16 1998/11/04 00:30:47 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -17,7 +17,11 @@ 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
# Always add MI sources
.PATH: ${.CURDIR}/../../common