summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
blob: 8d7e2ad97d06976d16abec0b72a8b507c58cdffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Build the add-in FORTH interpreter
SUBDIR+=		ficl

# Pick the machine-dependant subdir based on the target architecture.
SUBDIR+=		${MACHINE}

# Build ARC / AlphaBIOS executable on the Alpha
.if ${MACHINE} == "alpha"
SUBDIR+=		arc
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud