Synced with sys/boot/i386/loader/Makefile rev 1.41.

This commit is contained in:
KATO Takenori 2000-02-05 02:21:31 +00:00
parent 48ca6b1019
commit 080be1dd6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56994

View file

@ -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