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