* Add this nice filesystem testing tool that I've recently
[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 # $DragonFly: src/sys/boot/Makefile,v 1.2 2003/06/17 04:28:16 dillon Exp $
3
4 # Build the add-in FORTH interpreter
5 SUBDIR+=                ficl
6
7 # Pick the machine-dependant subdir based on the target architecture.
8 SUBDIR+=                ${MACHINE}
9
10 # Build ARC / AlphaBIOS executable on the Alpha
11 .if ${MACHINE_ARCH} == "alpha"
12 SUBDIR+=                arc
13 .endif
14
15 .include <bsd.subdir.mk>