1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/boot/Makefile
1999-07-28 20:32:44 +00:00

13 lines
266 B
Makefile

# 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>