summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-04 02:36:18 +0000
committerjkh <jkh@FreeBSD.org>1998-11-04 02:36:18 +0000
commit0f99bfc6c0c146c5bb18842ab7b8ecb442acfcd5 (patch)
treea44f744dab3b76837dbdfb8453c2113f5438c88a /sys/boot/i386
parent7294da4e687c03ebfa9af35f1f48922f5f0348f8 (diff)
downloadFreeBSD-src-0f99bfc6c0c146c5bb18842ab7b8ecb442acfcd5.zip
FreeBSD-src-0f99bfc6c0c146c5bb18842ab7b8ecb442acfcd5.tar.gz
Respect ${.OBJDIR} properly when looking for libficl.a
Diffstat (limited to 'sys/boot/i386')
-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 f072b01..bf418a1 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
OpenPOWER on IntegriCloud