Deleted Added
full compact
Makefile (281843) Makefile (271135)
1# $FreeBSD: stable/10/sys/boot/Makefile 281843 2015-04-22 01:08:40Z dteske $
1# $FreeBSD: stable/10/sys/boot/Makefile 271135 2014-09-04 21:01:10Z emaste $
2
3.include <bsd.own.mk>
4.include <bsd.arch.inc.mk>
5
6.if ${MK_FORTH} != "no"
7# Build the add-in FORTH interpreter.
8SUBDIR+= ficl
2
3.include <bsd.own.mk>
4.include <bsd.arch.inc.mk>
5
6.if ${MK_FORTH} != "no"
7# Build the add-in FORTH interpreter.
8SUBDIR+= ficl
9SUBDIR+= forth
10.endif
11
12# Pick the machine-dependent subdir based on the target architecture.
13ADIR= ${MACHINE:S/powerpc64/powerpc/}
14.if exists(${.CURDIR}/${ADIR}/.)
15SUBDIR+= ${ADIR}
16.endif
17.if ${MACHINE} == "amd64"
18SUBDIR+= i386
19.endif
20
21.include <bsd.subdir.mk>
9.endif
10
11# Pick the machine-dependent subdir based on the target architecture.
12ADIR= ${MACHINE:S/powerpc64/powerpc/}
13.if exists(${.CURDIR}/${ADIR}/.)
14SUBDIR+= ${ADIR}
15.endif
16.if ${MACHINE} == "amd64"
17SUBDIR+= i386
18.endif
19
20.include <bsd.subdir.mk>