Deleted Added
full compact
Makefile (49192) Makefile (53152)
1# $FreeBSD: head/sys/boot/Makefile 53152 1999-11-14 13:54:44Z marcel $
2
1# Build the add-in FORTH interpreter
2SUBDIR+= ficl
3
4# Pick the machine-dependant subdir based on the target architecture.
3# Build the add-in FORTH interpreter
4SUBDIR+= ficl
5
6# Pick the machine-dependant subdir based on the target architecture.
5SUBDIR+= ${MACHINE}
7SUBDIR+= ${MACHINE_ARCH}
6
7# Build ARC / AlphaBIOS executable on the Alpha
8
9# Build ARC / AlphaBIOS executable on the Alpha
8.if ${MACHINE} == "alpha"
10.if ${MACHINE_ARCH} == "alpha"
9SUBDIR+= arc
10.endif
11
12.include <bsd.subdir.mk>
11SUBDIR+= arc
12.endif
13
14.include <bsd.subdir.mk>