Synced with sys/boot/i386/loader/Makefile rev 1.41.
This commit is contained in:
parent
48ca6b1019
commit
080be1dd6a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56994
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user