diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-09 20:33:22 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-09 20:33:22 +0000 |
| commit | f21450f69f316cd81ec561c8a759d33385a6c7d7 (patch) | |
| tree | 94c811a9d678a7496bf8590f49e963d28555ad9b /sys/boot/Makefile | |
| parent | 2b6eac058e4eb74659aa2f3f5b8e8cbd8235d516 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -rw-r--r-- | sys/boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index c9b7463583a4e..45cad357cfa96 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -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" |
