NOFORTH -> NO_FORTH
This commit is contained in:
parent
f45a5bbda4
commit
cbbdcac72a
@ -8,6 +8,7 @@
|
||||
NOCRYPT:NO_CRYPT \
|
||||
NODOCCOMPRESS:NO_DOCCOMPRESS \
|
||||
NOEXTRADEPEND:NO_EXTRADEPEND \
|
||||
NOFORTH:NO_FORTH \
|
||||
NOFSCHG:NO_FSCHG \
|
||||
NOGAMES:NO_GAMES \
|
||||
NOHTML:NO_HTML \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Build the add-in FORTH interpreter.
|
||||
SUBDIR+= ficl
|
||||
.endif
|
||||
|
@ -15,7 +15,7 @@ SRCS+= dev_net.c
|
||||
|
||||
.PATH: ${.CURDIR}/../libalpha
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
|
@ -18,7 +18,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
|
||||
HAVE_PNP= yes
|
||||
HAVE_ISABUS= yes
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
|
||||
|
@ -11,7 +11,7 @@ CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_ARCH}
|
||||
CFLAGS+= -I${.CURDIR}/../../efi/libefi
|
||||
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl
|
||||
|
@ -16,7 +16,7 @@ CFLAGS+= -I${.CURDIR}/../../efi/include
|
||||
CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_ARCH}
|
||||
LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
CFLAGS+= -DBOOT_FORTH
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl
|
||||
CFLAGS+= -I${.CURDIR}/../../ficl/${MACHINE_ARCH}
|
||||
|
@ -20,7 +20,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
|
||||
HAVE_PNP= yes
|
||||
HAVE_ISABUS= yes
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
|
||||
|
@ -46,7 +46,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
|
||||
CFLAGS+= -DLOADER_TFTP_SUPPORT
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
|
@ -46,7 +46,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
|
||||
CFLAGS+= -DLOADER_TFTP_SUPPORT
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
|
@ -41,7 +41,7 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
|
||||
CFLAGS+= -DLOADER_TFTP_SUPPORT
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NO_FORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/sparc64
|
||||
|
Loading…
Reference in New Issue
Block a user