Deleted Added
full compact
Makefile (99539) Makefile (110783)
1# $FreeBSD: head/sys/boot/Makefile 99539 2002-07-07 18:10:38Z jake $
1# $FreeBSD: head/sys/boot/Makefile 110783 2003-02-13 04:35:04Z benno $
2
2
3.if !defined(NOFORTH)
3# Build the add-in FORTH interpreter
4SUBDIR+= ficl
4# Build the add-in FORTH interpreter
5SUBDIR+= ficl
6.endif
5
6# Build OpenFirmware library
7.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
8SUBDIR+= ofw
9.endif
10
11# Pick the machine-dependant subdir based on the target architecture.
12SUBDIR+= ${MACHINE}

--- 13 unchanged lines hidden ---
7
8# Build OpenFirmware library
9.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
10SUBDIR+= ofw
11.endif
12
13# Pick the machine-dependant subdir based on the target architecture.
14SUBDIR+= ${MACHINE}

--- 13 unchanged lines hidden ---