Ficl doesn't build on sparc64.

This commit is contained in:
obrien 2002-05-09 20:33:22 +00:00
parent 4e6c158a50
commit e8779e48c0

View File

@ -1,7 +1,9 @@
# $FreeBSD$
# Build the add-in FORTH interpreter
.if ${MACHINE_ARCH} != "sparc64"
SUBDIR+= ficl
.endif
# Build OpenFirmware library
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"