Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / boot / Makefile
1 # $FreeBSD: src/sys/boot/Makefile,v 1.6.2.1 2002/07/17 14:23:14 ru Exp $
2
3 # Build the add-in FORTH interpreter
4 SUBDIR+=                ficl
5
6 # Pick the machine-dependant subdir based on the target architecture.
7 SUBDIR+=                ${MACHINE}
8
9 # Build ARC / AlphaBIOS executable on the Alpha
10 .if ${MACHINE_ARCH} == "alpha"
11 SUBDIR+=                arc
12 .endif
13
14 .include <bsd.subdir.mk>